Uses of Package
org.apache.xml.dtm

Packages that use org.apache.xml.dtm
Package Description
org.apache.xalan.serialize  
org.apache.xalan.templates
Implements the Templates interface, and defines a set of classes that represent an XSLT stylesheet.
org.apache.xalan.transformer
In charge of run-time transformations and the production of result trees.
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.serialize
    Class Description
    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
    Class Description
    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
    Class Description
    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.xml.dtm
    Class Description
    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
    Class Description
    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
    Class Description
    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
    Class Description
    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
    Class Description
    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
    Class Description
    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
    Class Description
    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
    Class Description
    DTM
    DTM is an XML document model expressed as a table rather than an object tree.