|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.apache.xml.dtm.ref | |
---|---|
org.apache.xalan.lib.sql | Provides extension functions for connecting to a JDBC data source, executing a query, and working incrementally through a "streamable" result set. |
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.ref | |
org.apache.xml.dtm.ref.dom2dtm | |
org.apache.xml.dtm.ref.sax2dtm |
Classes in org.apache.xml.dtm.ref used by org.apache.xalan.lib.sql | |
---|---|
DTMDefaultBase
The DTMDefaultBase class serves as a helper base for DTMs. |
|
DTMDefaultBaseIterators
This class implements the traversers for DTMDefaultBase. |
|
DTMDefaultBaseTraversers
This class implements the traversers for DTMDefaultBase. |
Classes in org.apache.xml.dtm.ref used by org.apache.xalan.transformer | |
---|---|
DTMTreeWalker
This class does a pre-order walk of the DTM tree, calling a ContentHandler interface as it goes. |
Classes in org.apache.xml.dtm.ref used by org.apache.xalan.xsltc.dom | |
---|---|
DTMAxisIteratorBase
This class serves as a default base for implementations of mutable DTMAxisIterators. |
|
DTMDefaultBase
The DTMDefaultBase class serves as a helper base for DTMs. |
|
DTMDefaultBaseIterators
This class implements the traversers for DTMDefaultBase. |
|
DTMDefaultBaseIterators.InternalAxisIteratorBase
Abstract superclass defining behaviors shared by all DTMDefault's internal implementations of DTMAxisIterator. |
|
DTMDefaultBaseIterators.NamespaceIterator
Iterator that returns the namespace nodes as defined by the XPath data model for a given node. |
|
DTMDefaultBaseTraversers
This class implements the traversers for DTMDefaultBase. |
|
DTMManagerDefault
The default implementation for the DTMManager. |
Classes in org.apache.xml.dtm.ref used by org.apache.xml.dtm.ref | |
---|---|
CoroutineManager
Support the coroutine design pattern. A coroutine set is a very simple cooperative non-preemptive multitasking model, where the switch from one task to another is performed via an explicit request. |
|
DTMAxisIteratorBase
This class serves as a default base for implementations of mutable DTMAxisIterators. |
|
DTMDefaultBase
The DTMDefaultBase class serves as a helper base for DTMs. |
|
DTMDefaultBaseIterators.AncestorIterator
Iterator that returns the ancestors of a given node in document order. |
|
DTMDefaultBaseIterators.DescendantIterator
Iterator that returns the descendants of a given node. |
|
DTMDefaultBaseIterators.FollowingIterator
Iterator that returns following nodes of for a given node. |
|
DTMDefaultBaseIterators.FollowingSiblingIterator
Iterator that returns all siblings of a given node. |
|
DTMDefaultBaseIterators.InternalAxisIteratorBase
Abstract superclass defining behaviors shared by all DTMDefault's internal implementations of DTMAxisIterator. |
|
DTMDefaultBaseIterators.NamespaceIterator
Iterator that returns the namespace nodes as defined by the XPath data model for a given node. |
|
DTMDefaultBaseIterators.PrecedingIterator
Iterator that returns preceding nodes of a given node. |
|
DTMDefaultBaseIterators.PrecedingSiblingIterator
Iterator that returns preceding siblings of a given node |
|
DTMDefaultBaseIterators.RootIterator
Iterator that returns the the root node as defined by the XPath data model for a given node. |
|
DTMDefaultBaseIterators.SingletonIterator
Class SingletonIterator. |
|
DTMDefaultBaseTraversers
This class implements the traversers for DTMDefaultBase. |
|
DTMNodeListBase
DTMNodeList gives us an implementation of the DOM's
NodeList interface wrapped around a DTM Iterator. |
|
DTMStringPool
DTMStringPool is an "interning" mechanism for strings. |
|
ExpandedNameTable
This is a default implementation of a table that manages mappings from expanded names to expandedNameIDs. |
|
ExtendedType
The class ExtendedType represents an extended type object used by ExpandedNameTable. |
|
IncrementalSAXSource
IncrementalSAXSource is an API that delivers a small number of SAX events each time a request is made from a "controller" coroutine. |
Classes in org.apache.xml.dtm.ref used by org.apache.xml.dtm.ref.dom2dtm | |
---|---|
DTMDefaultBase
The DTMDefaultBase class serves as a helper base for DTMs. |
|
DTMDefaultBaseIterators
This class implements the traversers for DTMDefaultBase. |
|
DTMDefaultBaseTraversers
This class implements the traversers for DTMDefaultBase. |
|
IncrementalSAXSource
IncrementalSAXSource is an API that delivers a small number of SAX events each time a request is made from a "controller" coroutine. |
Classes in org.apache.xml.dtm.ref used by org.apache.xml.dtm.ref.sax2dtm | |
---|---|
DTMAxisIteratorBase
This class serves as a default base for implementations of mutable DTMAxisIterators. |
|
DTMDefaultBase
The DTMDefaultBase class serves as a helper base for DTMs. |
|
DTMDefaultBaseIterators
This class implements the traversers for DTMDefaultBase. |
|
DTMDefaultBaseIterators.InternalAxisIteratorBase
Abstract superclass defining behaviors shared by all DTMDefault's internal implementations of DTMAxisIterator. |
|
DTMDefaultBaseIterators.RootIterator
Iterator that returns the the root node as defined by the XPath data model for a given node. |
|
DTMDefaultBaseIterators.SingletonIterator
Class SingletonIterator. |
|
DTMDefaultBaseTraversers
This class implements the traversers for DTMDefaultBase. |
|
IncrementalSAXSource
IncrementalSAXSource is an API that delivers a small number of SAX events each time a request is made from a "controller" coroutine. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |