Uses of Class
javax.xml.transform.Transformer
Package
Description
Defines the generic APIs for processing transformation instructions,
and performing a transformation from source to result.
Provides SAX specific transformation classes.
-
Uses of Transformer in javax.xml.transform
Modifier and TypeMethodDescriptionTemplates.newTransformer()
Create a new transformation context for this Templates object.abstract Transformer
TransformerFactory.newTransformer()
Create a newTransformer
that performs a copy of theSource
to theResult
, i.e. the "identity transform".abstract Transformer
TransformerFactory.newTransformer
(Source source) Process theSource
into aTransformer
Object
. -
Uses of Transformer in javax.xml.transform.sax
Modifier and TypeMethodDescriptionTransformerHandler.getTransformer()
Get theTransformer
associated with this handler, which is needed in order to set parameters and output properties.