Uses of Class
javax.xml.transform.Transformer
Packages that use 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.transformMethods in javax.xml.transform that return TransformerModifier and TypeMethodDescriptionTemplates.newTransformer()Create a new transformation context for this Templates object.abstract TransformerTransformerFactory.newTransformer()Create a newTransformerthat performs a copy of theSourceto theResult, i.e. the "identity transform".abstract TransformerTransformerFactory.newTransformer(Source source) Process theSourceinto aTransformerObject.
- 
Uses of Transformer in javax.xml.transform.saxMethods in javax.xml.transform.sax that return TransformerModifier and TypeMethodDescriptionTransformerHandler.getTransformer()Get theTransformerassociated with this handler, which is needed in order to set parameters and output properties.