Uses of Class
javax.xml.transform.Transformer
Package | Description |
---|---|
javax.xml.transform |
Defines the generic APIs for processing transformation instructions,
and performing a transformation from source to result.
|
javax.xml.transform.sax |
Provides SAX specific transformation classes.
|
-
Uses of Transformer in javax.xml.transform
Methods in javax.xml.transform that return Transformer Modifier and Type Method Description Transformer
Templates. 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
.abstract Transformer
TransformerFactory. newTransformer(Source source)
Process theSource
into aTransformer
Object
. -
Uses of Transformer in javax.xml.transform.sax
Methods in javax.xml.transform.sax that return Transformer Modifier and Type Method Description Transformer
TransformerHandler. getTransformer()
Get theTransformer
associated with this handler, which is needed in order to set parameters and output properties.