Package | Description |
---|---|
javax.xml.transform | |
javax.xml.transform.sax | |
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 | Method and Description |
---|---|
static TransformerFactory |
TransformerFactory.newInstance()
Obtain a new instance of a
TransformerFactory . |
Modifier and Type | Class and Description |
---|---|
class |
SAXTransformerFactory
This class extends TransformerFactory to provide SAX-specific
factory methods.
|
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.