Uses of Class
javax.xml.transform.Transformer
Packages that use Transformer
包
描述
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
Methods in javax.xml.transform that return Transformer修饰符和类方法描述Templates.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.sax
Methods in javax.xml.transform.sax that return Transformer修饰符和类方法描述TransformerHandler.getTransformer()Get theTransformerassociated with this handler, which is needed in order to set parameters and output properties.