Package org.loboevolution.apache.xml.dtm


package org.loboevolution.apache.xml.dtm
  • Class
    Description
    Specifies values related to XPath Axes.
    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 implementation of DOMException.
    This class specifies an exceptional condition that occured in the DTM module.
    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.