Uses of Class
org.apache.xalan.processor.TransformerFactoryImpl
-
Packages that use TransformerFactoryImpl Package Description org.apache.xalan.processor 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 TransformerFactoryImpl Modifier and Type Method Description TransformerFactoryImpl
StylesheetHandler. getStylesheetProcessor()
Get the XSLT TransformerFactoryImpl for needed services.Constructors in org.apache.xalan.processor with parameters of type TransformerFactoryImpl Constructor Description StylesheetHandler(TransformerFactoryImpl processor)
Create a StylesheetHandler object, creating a root stylesheet as the target.
-