|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.apache.xml.dtm | |
---|---|
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.serialize | |
org.apache.xalan.templates | Implements the Templates interface,
and defines a set of classes that represent an XSLT stylesheet.
StylesheetRoot implements the Templates interface, and
extends StylesheetComposed ,
which is a Stylesheet composed of itself
and its included Stylesheet objects. |
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 | |
org.apache.xalan.xsltc.dom | |
org.apache.xalan.xsltc.runtime | |
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. |
org.apache.xpath.axes | Implementation of XPath LocationPath support -- primary classes are LocPathIterator and UnionPathIterator. |
org.apache.xpath.objects | Implementation of XPath polymorphic type objects -- this package will grow as XPath objects are expanded to support XML Schema data types. |
org.apache.xpath.patterns | Implementation of XPath nodeTest support, and XSLT pattern matching support. |
Classes in org.apache.xml.dtm used by org.apache.xalan.lib.sql | |
---|---|
DTM
DTM is an XML document model expressed as a table
rather than an object tree. |
|
DTMAxisIterator
This class iterates over a single XPath Axis, and returns node handles. |
|
DTMAxisTraverser
A class that implements traverses DTMAxisTraverser interface can traverse a set of nodes, usually as defined by an XPath axis. |
|
DTMManager
A DTMManager instance can be used to create DTM and DTMIterator objects, and manage the DTM objects in the system. |
Classes in org.apache.xml.dtm used by org.apache.xalan.serialize | |
---|---|
DTM
DTM is an XML document model expressed as a table
rather than an object tree. |
Classes in org.apache.xml.dtm used by org.apache.xalan.templates | |
---|---|
DTM
DTM is an XML document model expressed as a table
rather than an object tree. |
|
DTMIterator
DTMIterators are used to step through a (possibly
filtered) set of nodes. |
Classes in org.apache.xml.dtm used by org.apache.xalan.transformer | |
---|---|
DTM
DTM is an XML document model expressed as a table
rather than an object tree. |
|
DTMIterator
DTMIterators are used to step through a (possibly
filtered) set of nodes. |
|
DTMWSFilter
This interface is meant to be implemented by a client of the DTM, and allows stripping of whitespace nodes. |
Classes in org.apache.xml.dtm used by org.apache.xalan.xsltc | |
---|---|
DTMAxisIterator
This class iterates over a single XPath Axis, and returns node handles. |
Classes in org.apache.xml.dtm used by org.apache.xalan.xsltc.dom | |
---|---|
DTM
DTM is an XML document model expressed as a table
rather than an object tree. |
|
DTMAxisIterator
This class iterates over a single XPath Axis, and returns node handles. |
|
DTMAxisTraverser
A class that implements traverses DTMAxisTraverser interface can traverse a set of nodes, usually as defined by an XPath axis. |
|
DTMFilter
Simple filter for doing node tests. |
|
DTMManager
A DTMManager instance can be used to create DTM and DTMIterator objects, and manage the DTM objects in the system. |
|
DTMWSFilter
This interface is meant to be implemented by a client of the DTM, and allows stripping of whitespace nodes. |
Classes in org.apache.xml.dtm used by org.apache.xalan.xsltc.runtime | |
---|---|
DTMAxisIterator
This class iterates over a single XPath Axis, and returns node handles. |
Classes in org.apache.xml.dtm used by org.apache.xml.dtm | |
---|---|
DTM
DTM is an XML document model expressed as a table
rather than an object tree. |
|
DTMAxisIterator
This class iterates over a single XPath Axis, and returns node handles. |
|
DTMAxisTraverser
A class that implements traverses DTMAxisTraverser interface can traverse a set of nodes, usually as defined by an XPath axis. |
|
DTMConfigurationException
Indicates a serious configuration error. |
|
DTMException
This class specifies an exceptional condition that occured in the DTM module. |
|
DTMFilter
Simple filter for doing node tests. |
|
DTMIterator
DTMIterators are used to step through a (possibly
filtered) set of nodes. |
|
DTMManager
A DTMManager instance can be used to create DTM and DTMIterator objects, and manage the DTM objects in the system. |
|
DTMWSFilter
This interface is meant to be implemented by a client of the DTM, and allows stripping of whitespace nodes. |
Classes in org.apache.xml.dtm used by org.apache.xml.dtm.ref | |
---|---|
DTM
DTM is an XML document model expressed as a table
rather than an object tree. |
|
DTMAxisIterator
This class iterates over a single XPath Axis, and returns node handles. |
|
DTMAxisTraverser
A class that implements traverses DTMAxisTraverser interface can traverse a set of nodes, usually as defined by an XPath axis. |
|
DTMFilter
Simple filter for doing node tests. |
|
DTMIterator
DTMIterators are used to step through a (possibly
filtered) set of nodes. |
|
DTMManager
A DTMManager instance can be used to create DTM and DTMIterator objects, and manage the DTM objects in the system. |
|
DTMWSFilter
This interface is meant to be implemented by a client of the DTM, and allows stripping of whitespace nodes. |
Classes in org.apache.xml.dtm used by org.apache.xml.dtm.ref.dom2dtm | |
---|---|
DTM
DTM is an XML document model expressed as a table
rather than an object tree. |
|
DTMManager
A DTMManager instance can be used to create DTM and DTMIterator objects, and manage the DTM objects in the system. |
|
DTMWSFilter
This interface is meant to be implemented by a client of the DTM, and allows stripping of whitespace nodes. |
Classes in org.apache.xml.dtm used by org.apache.xml.dtm.ref.sax2dtm | |
---|---|
DTM
DTM is an XML document model expressed as a table
rather than an object tree. |
|
DTMAxisIterator
This class iterates over a single XPath Axis, and returns node handles. |
|
DTMManager
A DTMManager instance can be used to create DTM and DTMIterator objects, and manage the DTM objects in the system. |
|
DTMWSFilter
This interface is meant to be implemented by a client of the DTM, and allows stripping of whitespace nodes. |
Classes in org.apache.xml.dtm used by org.apache.xpath | |
---|---|
DTM
DTM is an XML document model expressed as a table
rather than an object tree. |
|
DTMFilter
Simple filter for doing node tests. |
|
DTMIterator
DTMIterators are used to step through a (possibly
filtered) set of nodes. |
|
DTMManager
A DTMManager instance can be used to create DTM and DTMIterator objects, and manage the DTM objects in the system. |
|
DTMWSFilter
This interface is meant to be implemented by a client of the DTM, and allows stripping of whitespace nodes. |
Classes in org.apache.xml.dtm used by org.apache.xpath.axes | |
---|---|
DTM
DTM is an XML document model expressed as a table
rather than an object tree. |
|
DTMAxisIterator
This class iterates over a single XPath Axis, and returns node handles. |
|
DTMAxisTraverser
A class that implements traverses DTMAxisTraverser interface can traverse a set of nodes, usually as defined by an XPath axis. |
|
DTMFilter
Simple filter for doing node tests. |
|
DTMIterator
DTMIterators are used to step through a (possibly
filtered) set of nodes. |
|
DTMManager
A DTMManager instance can be used to create DTM and DTMIterator objects, and manage the DTM objects in the system. |
Classes in org.apache.xml.dtm used by org.apache.xpath.objects | |
---|---|
DTMIterator
DTMIterators are used to step through a (possibly
filtered) set of nodes. |
|
DTMManager
A DTMManager instance can be used to create DTM and DTMIterator objects, and manage the DTM objects in the system. |
Classes in org.apache.xml.dtm used by org.apache.xpath.patterns | |
---|---|
DTM
DTM is an XML document model expressed as a table
rather than an object tree. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |