|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DTMWSFilter | |
---|---|
org.apache.xalan.transformer | In charge of run-time transformations and the production of result trees.
TransformerImpl implements the
Transformer interface, and is the core representation
of the transformation execution.
For each node in the XML source, TransformerImpl uses the StylesheetRoot and underlying XSLT schema to determine which
template to apply: one of the templates in the StylesheetRoot, a default template rule as specified in the XSLT spec, or
none.
The Transformer works with SerializationHandler to
forward the SAX-like events produced by the
transformation to the appropriate output ContentHandler.
To the degree possible, the parsing of the XML source and application of the Templates object to that source are performed
concurrently in separate threads. |
org.apache.xalan.xsltc.dom | |
org.apache.xml.dtm | |
org.apache.xml.dtm.ref | |
org.apache.xml.dtm.ref.dom2dtm | |
org.apache.xml.dtm.ref.sax2dtm | |
org.apache.xpath | Implementation of XPath; for the most part, only classes meant for public use are found at this root level of the XPath packages. |
Uses of DTMWSFilter in org.apache.xalan.transformer |
---|
Classes in org.apache.xalan.transformer that implement DTMWSFilter | |
---|---|
class |
TransformerImpl
This class implements the Transformer interface, and is the core
representation of the transformation execution. |
Uses of DTMWSFilter in org.apache.xalan.xsltc.dom |
---|
Classes in org.apache.xalan.xsltc.dom that implement DTMWSFilter | |
---|---|
class |
DOMWSFilter
A wrapper class that adapts the DTMWSFilter interface to the XSLTC
DOM StripFilter interface. |
Methods in org.apache.xalan.xsltc.dom with parameters of type DTMWSFilter | |
---|---|
DTM |
XSLTCDTMManager.getDTM(javax.xml.transform.Source source,
boolean unique,
DTMWSFilter whiteSpaceFilter,
boolean incremental,
boolean doIndexing,
boolean buildIdIndex,
boolean newNameTable)
Get an instance of a DTM, loaded with the content from the specified source. |
DTM |
XSLTCDTMManager.getDTM(javax.xml.transform.Source source,
boolean unique,
DTMWSFilter whiteSpaceFilter,
boolean incremental,
boolean doIndexing,
boolean hasUserReader,
int size,
boolean buildIdIndex,
boolean newNameTable)
Get an instance of a DTM, loaded with the content from the specified source. |
DTM |
XSLTCDTMManager.getDTM(javax.xml.transform.Source source,
boolean unique,
DTMWSFilter whiteSpaceFilter,
boolean incremental,
boolean doIndexing,
boolean hasUserReader,
int size,
boolean buildIdIndex)
Get an instance of a DTM, loaded with the content from the specified source. |
DTM |
XSLTCDTMManager.getDTM(javax.xml.transform.Source source,
boolean unique,
DTMWSFilter whiteSpaceFilter,
boolean incremental,
boolean doIndexing,
boolean buildIdIndex)
Get an instance of a DTM, loaded with the content from the specified source. |
DTM |
XSLTCDTMManager.getDTM(javax.xml.transform.Source source,
boolean unique,
DTMWSFilter whiteSpaceFilter,
boolean incremental,
boolean doIndexing)
Get an instance of a DTM, loaded with the content from the specified source. |
Constructors in org.apache.xalan.xsltc.dom with parameters of type DTMWSFilter | |
---|---|
AdaptiveResultTreeImpl(XSLTCDTMManager dtmManager,
int documentID,
DTMWSFilter wsfilter,
int initSize,
boolean buildIdIndex)
|
|
SAXImpl(XSLTCDTMManager mgr,
javax.xml.transform.Source source,
int dtmIdentity,
DTMWSFilter whiteSpaceFilter,
XMLStringFactory xstringfactory,
boolean doIndexing,
boolean buildIdIndex)
Construct a SAXImpl object using the default block size. |
|
SAXImpl(XSLTCDTMManager mgr,
javax.xml.transform.Source source,
int dtmIdentity,
DTMWSFilter whiteSpaceFilter,
XMLStringFactory xstringfactory,
boolean doIndexing,
int blocksize,
boolean buildIdIndex,
boolean newNameTable)
Construct a SAXImpl object using the given block size. |
Uses of DTMWSFilter in org.apache.xml.dtm |
---|
Methods in org.apache.xml.dtm with parameters of type DTMWSFilter | |
---|---|
abstract DTM |
DTMManager.getDTM(javax.xml.transform.Source source,
boolean unique,
DTMWSFilter whiteSpaceFilter,
boolean incremental,
boolean doIndexing)
Get an instance of a DTM, loaded with the content from the specified source. |
Uses of DTMWSFilter in org.apache.xml.dtm.ref |
---|
Methods in org.apache.xml.dtm.ref with parameters of type DTMWSFilter | |
---|---|
DTM |
DTMManagerDefault.getDTM(javax.xml.transform.Source source,
boolean unique,
DTMWSFilter whiteSpaceFilter,
boolean incremental,
boolean doIndexing)
Get an instance of a DTM, loaded with the content from the specified source. |
Constructors in org.apache.xml.dtm.ref with parameters of type DTMWSFilter | |
---|---|
DTMDefaultBaseIterators(DTMManager mgr,
javax.xml.transform.Source source,
int dtmIdentity,
DTMWSFilter whiteSpaceFilter,
XMLStringFactory xstringfactory,
boolean doIndexing,
int blocksize,
boolean usePrevsib,
boolean newNameTable)
Construct a DTMDefaultBaseTraversers object from a DOM node. |
|
DTMDefaultBaseIterators(DTMManager mgr,
javax.xml.transform.Source source,
int dtmIdentity,
DTMWSFilter whiteSpaceFilter,
XMLStringFactory xstringfactory,
boolean doIndexing)
Construct a DTMDefaultBaseTraversers object from a DOM node. |
|
DTMDefaultBaseTraversers(DTMManager mgr,
javax.xml.transform.Source source,
int dtmIdentity,
DTMWSFilter whiteSpaceFilter,
XMLStringFactory xstringfactory,
boolean doIndexing,
int blocksize,
boolean usePrevsib,
boolean newNameTable)
Construct a DTMDefaultBaseTraversers object from a DOM node. |
|
DTMDefaultBaseTraversers(DTMManager mgr,
javax.xml.transform.Source source,
int dtmIdentity,
DTMWSFilter whiteSpaceFilter,
XMLStringFactory xstringfactory,
boolean doIndexing)
Construct a DTMDefaultBaseTraversers object from a DOM node. |
|
DTMDefaultBase(DTMManager mgr,
javax.xml.transform.Source source,
int dtmIdentity,
DTMWSFilter whiteSpaceFilter,
XMLStringFactory xstringfactory,
boolean doIndexing,
int blocksize,
boolean usePrevsib,
boolean newNameTable)
Construct a DTMDefaultBase object from a DOM node. |
|
DTMDefaultBase(DTMManager mgr,
javax.xml.transform.Source source,
int dtmIdentity,
DTMWSFilter whiteSpaceFilter,
XMLStringFactory xstringfactory,
boolean doIndexing)
Construct a DTMDefaultBase object using the default block size. |
|
DTMDocumentImpl(DTMManager mgr,
int documentNumber,
DTMWSFilter whiteSpaceFilter,
XMLStringFactory xstringfactory)
Construct a DTM. |
Uses of DTMWSFilter in org.apache.xml.dtm.ref.dom2dtm |
---|
Constructors in org.apache.xml.dtm.ref.dom2dtm with parameters of type DTMWSFilter | |
---|---|
DOM2DTM(DTMManager mgr,
javax.xml.transform.dom.DOMSource domSource,
int dtmIdentity,
DTMWSFilter whiteSpaceFilter,
XMLStringFactory xstringfactory,
boolean doIndexing)
Construct a DOM2DTM object from a DOM node. |
Uses of DTMWSFilter in org.apache.xml.dtm.ref.sax2dtm |
---|
Constructors in org.apache.xml.dtm.ref.sax2dtm with parameters of type DTMWSFilter | |
---|---|
SAX2DTM2(DTMManager mgr,
javax.xml.transform.Source source,
int dtmIdentity,
DTMWSFilter whiteSpaceFilter,
XMLStringFactory xstringfactory,
boolean doIndexing,
int blocksize,
boolean usePrevsib,
boolean buildIdIndex,
boolean newNameTable)
Construct a SAX2DTM2 object using the given block size. |
|
SAX2DTM2(DTMManager mgr,
javax.xml.transform.Source source,
int dtmIdentity,
DTMWSFilter whiteSpaceFilter,
XMLStringFactory xstringfactory,
boolean doIndexing)
Construct a SAX2DTM2 object using the default block size. |
|
SAX2DTM(DTMManager mgr,
javax.xml.transform.Source source,
int dtmIdentity,
DTMWSFilter whiteSpaceFilter,
XMLStringFactory xstringfactory,
boolean doIndexing,
int blocksize,
boolean usePrevsib,
boolean newNameTable)
Construct a SAX2DTM object ready to be constructed from SAX2 ContentHandler events. |
|
SAX2DTM(DTMManager mgr,
javax.xml.transform.Source source,
int dtmIdentity,
DTMWSFilter whiteSpaceFilter,
XMLStringFactory xstringfactory,
boolean doIndexing)
Construct a SAX2DTM object using the default block size. |
|
SAX2RTFDTM(DTMManager mgr,
javax.xml.transform.Source source,
int dtmIdentity,
DTMWSFilter whiteSpaceFilter,
XMLStringFactory xstringfactory,
boolean doIndexing)
|
Uses of DTMWSFilter in org.apache.xpath |
---|
Methods in org.apache.xpath with parameters of type DTMWSFilter | |
---|---|
DTM |
XPathContext.getDTM(javax.xml.transform.Source source,
boolean unique,
DTMWSFilter wsfilter,
boolean incremental,
boolean doIndexing)
Get an instance of a DTM, loaded with the content from the specified source. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |