Uses of Class
org.apache.xalan.processor.TransformerFactoryImpl
Packages that use TransformerFactoryImpl
Package
Description
Parses an XSLT stylesheet document (which may include and import other stylesheet documents) and produces a StylesheetRoot
(a TRaX Templates object).
-
Uses of TransformerFactoryImpl in org.apache.xalan.processor
Methods in org.apache.xalan.processor that return TransformerFactoryImplModifier and TypeMethodDescriptionStylesheetHandler.getStylesheetProcessor()
Get the XSLT TransformerFactoryImpl for needed services.Constructors in org.apache.xalan.processor with parameters of type TransformerFactoryImplModifierConstructorDescriptionStylesheetHandler
(TransformerFactoryImpl processor) Create a StylesheetHandler object, creating a root stylesheet as the target.