org.apache.xpath.axes
Class RTFIterator

java.lang.Object
  extended by org.apache.xml.utils.NodeVector
      extended by org.apache.xpath.NodeSetDTM
          extended by org.apache.xpath.axes.RTFIterator
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, DTMIterator

public class RTFIterator
extends NodeSetDTM

See Also:
Serialized Form

Field Summary
(package private) static long serialVersionUID
           
 
Fields inherited from class org.apache.xpath.NodeSetDTM
m_cacheNodes, m_mutable, m_next, m_root
 
Fields inherited from class org.apache.xml.utils.NodeVector
m_firstFree
 
Fields inherited from interface org.apache.xml.dtm.DTMIterator
FILTER_ACCEPT, FILTER_REJECT, FILTER_SKIP
 
Constructor Summary
RTFIterator(int root, DTMManager manager)
          Constructor for RTFIterator
 
Method Summary
 
Methods inherited from class org.apache.xpath.NodeSetDTM
addElement, addNode, addNodeInDocOrder, addNodeInDocOrder, addNodes, addNodesInDocOrder, allowDetachToRelease, appendNodes, clone, cloneWithReset, contains, detach, elementAt, getAxis, getCurrentNode, getCurrentPos, getDTM, getDTMManager, getExpandEntityReferences, getFilter, getLast, getLength, getRoot, getShouldCacheNodes, getWhatToShow, indexOf, indexOf, insertElementAt, insertNode, isDocOrdered, isFresh, isMutable, item, nextNode, previousNode, removeAllElements, removeElement, removeElementAt, removeNode, reset, runTo, setCurrentPos, setElementAt, setEnvironment, setItem, setLast, setRoot, setShouldCacheNodes, size
 
Methods inherited from class org.apache.xml.utils.NodeVector
insertInOrder, peepOrNull, peepTail, peepTailSub1, pop, popAndTop, popPair, popQuick, push, pushPair, RemoveAllNoClear, setTail, setTailSub1, sort, sort
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

RTFIterator

public RTFIterator(int root,
                   DTMManager manager)
Constructor for RTFIterator