Uses of Package
org.loboevolution.apache.xml.dtm
Packages that use org.loboevolution.apache.xml.dtm
Package
Description
Implementation of XPath; for the most part, only classes meant for public use are
found at this root level of the XPath packages.
Implementation of XPath LocationPath support -- primary classes are
LocPathIterator and UnionPathIterator.
Implementation of XPath polymorphic type objects -- this package will grow
as XPath objects are expanded to support XML Schema data types.
Implementation of XPath nodeTest support, and XSLT pattern matching support.
-
Classes in org.loboevolution.apache.xml.dtm used by org.loboevolution.apache.xml.dtmClassDescription
DTM
is an XML document model expressed as a table rather than an object tree.This class iterates over a single XPath Axis, and returns node handles.A class that implements traverses DTMAxisTraverser interface can traverse a set of nodes, usually as defined by an XPath axis.Simple filter for doing node tests.DTMIterators
are used to step through a (possibly filtered) set of nodes.A DTMManager instance can be used to create DTM and DTMIterator objects, and manage the DTM objects in the system. -
Classes in org.loboevolution.apache.xml.dtm used by org.loboevolution.apache.xml.dtm.refClassDescription
DTM
is an XML document model expressed as a table rather than an object tree.This class iterates over a single XPath Axis, and returns node handles.A class that implements traverses DTMAxisTraverser interface can traverse a set of nodes, usually as defined by an XPath axis.Simple filter for doing node tests.DTMIterators
are used to step through a (possibly filtered) set of nodes.A DTMManager instance can be used to create DTM and DTMIterator objects, and manage the DTM objects in the system. -
Classes in org.loboevolution.apache.xml.dtm used by org.loboevolution.apache.xml.dtm.ref.dom2dtmClassDescription
DTM
is an XML document model expressed as a table rather than an object tree.A DTMManager instance can be used to create DTM and DTMIterator objects, and manage the DTM objects in the system. -
Classes in org.loboevolution.apache.xml.dtm used by org.loboevolution.apache.xpathClassDescription
DTM
is an XML document model expressed as a table rather than an object tree.Simple filter for doing node tests.DTMIterators
are used to step through a (possibly filtered) set of nodes.A DTMManager instance can be used to create DTM and DTMIterator objects, and manage the DTM objects in the system. -
Classes in org.loboevolution.apache.xml.dtm used by org.loboevolution.apache.xpath.axesClassDescription
DTM
is an XML document model expressed as a table rather than an object tree.This class iterates over a single XPath Axis, and returns node handles.A class that implements traverses DTMAxisTraverser interface can traverse a set of nodes, usually as defined by an XPath axis.DTMIterators
are used to step through a (possibly filtered) set of nodes.A DTMManager instance can be used to create DTM and DTMIterator objects, and manage the DTM objects in the system. -
Classes in org.loboevolution.apache.xml.dtm used by org.loboevolution.apache.xpath.objectsClassDescription
DTMIterators
are used to step through a (possibly filtered) set of nodes.A DTMManager instance can be used to create DTM and DTMIterator objects, and manage the DTM objects in the system. -
Classes in org.loboevolution.apache.xml.dtm used by org.loboevolution.apache.xpath.patterns