Package | Description |
---|---|
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.transformer |
In charge of run-time transformations and the production of result trees.
|
org.apache.xalan.xsltc.trax | |
org.xml.sax.helpers |
Modifier and Type | Method and Description |
---|---|
abstract XMLFilter |
SAXTransformerFactory.newXMLFilter(Source src)
Create an XMLFilter that uses the given Source as the
transformation instructions.
|
abstract XMLFilter |
SAXTransformerFactory.newXMLFilter(Templates templates)
Create an XMLFilter, based on the Templates argument..
|
Modifier and Type | Method and Description |
---|---|
XMLFilter |
TransformerFactoryImpl.newXMLFilter(Source src)
Create an XMLFilter that uses the given source as the
transformation instructions.
|
XMLFilter |
TransformerFactoryImpl.newXMLFilter(Templates templates)
Create an XMLFilter that uses the given source as the
transformation instructions.
|
Modifier and Type | Class and Description |
---|---|
class |
TrAXFilter |
Modifier and Type | Method and Description |
---|---|
XMLFilter |
TransformerFactoryImpl.newXMLFilter(Source src)
javax.xml.transform.sax.SAXTransformerFactory implementation.
|
XMLFilter |
SmartTransformerFactoryImpl.newXMLFilter(Source src)
Create an XMLFilter that uses the given source as the
transformation instructions.
|
XMLFilter |
TransformerFactoryImpl.newXMLFilter(Templates templates)
javax.xml.transform.sax.SAXTransformerFactory implementation.
|
XMLFilter |
SmartTransformerFactoryImpl.newXMLFilter(Templates templates) |
Modifier and Type | Class and Description |
---|---|
class |
XMLFilterImpl
Base class for deriving an XML filter.
|
Copyright © 2014 Apache XML Project. All Rights Reserved.