Uses of Package
org.apache.xml.dtm.ref

Packages that use org.apache.xml.dtm.ref
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.xml.dtm.ref
ChunkedIntArray
          ChunkedIntArray is an extensible array of blocks of integers.
ChunkedIntArray.ChunksVector
           
CoroutineManager
          Support the coroutine design pattern.
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.
DTMDefaultBaseTraversers.AllFromNodeTraverser
          Implements traversal of the entire subtree, including the root node.
DTMDefaultBaseTraversers.AllFromRootTraverser
          Implements traversal of the Ancestor access, in reverse document order.
DTMDefaultBaseTraversers.AncestorTraverser
          Implements traversal of the Ancestor access, in reverse document order.
DTMDefaultBaseTraversers.DescendantOrSelfTraverser
          Implements traversal of the Ancestor access, in reverse document order.
DTMDefaultBaseTraversers.DescendantTraverser
          Implements traversal of the Ancestor access, in reverse document order.
DTMDefaultBaseTraversers.IndexedDTMAxisTraverser
          Super class for derived classes that want a convenient way to access the indexing mechanism.
DTMManagerDefault
          The default implementation for the DTMManager.
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.
EmptyIterator
          DTM Empty Axis Iterator.
ExpandedNameTable
          This is a default implementation of a table that manages mappings from expanded names to expandedNameIDs.
ExpandedNameTable.HashEntry
          Inner class which represents a hash table entry.
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.
ObjectFactory.ConfigurationError
          A configuration error.
 

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.
DTMStringPool
          DTMStringPool is an "interning" mechanism for strings.
DTMTreeWalker
          This class does a pre-order walk of the DTM tree, calling a ContentHandler interface as it goes.
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.