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).
|
org.apache.xalan.xsltc.trax |
Modifier and Type | Class and Description |
---|---|
class |
TransformerFactoryImpl
The TransformerFactoryImpl, which implements the TRaX TransformerFactory
interface, processes XSLT stylesheets into a Templates object
(a StylesheetRoot).
|
Modifier and Type | Class and Description |
---|---|
class |
SmartTransformerFactoryImpl
Implementation of a transformer factory that uses an XSLTC
transformer factory for the creation of Templates objects
and uses the Xalan processor transformer factory for the
creation of Transformer objects.
|
Copyright © 2014 Apache XML Project. All Rights Reserved.