Uses of Class
org.apache.xml.utils.IntStack

Packages that use IntStack
org.apache.xml.dtm.ref.sax2dtm   
org.apache.xml.utils Implementation of Xalan utility classes. 
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. 
 

Uses of IntStack in org.apache.xml.dtm.ref.sax2dtm
 

Fields in org.apache.xml.dtm.ref.sax2dtm declared as IntStack
protected  IntStack SAX2DTM.m_contextIndexes
          Namespace support, only relevent at construction time.
protected  IntStack SAX2DTM.m_parents
          The parent stack, needed only for construction.
(package private)  IntStack SAX2RTFDTM.mark_char_size
          Tail-pruning mark: Number of size-of-data fields in use
(package private)  IntStack SAX2RTFDTM.mark_data_size
          Tail-pruning mark: Number of data items in use
(package private)  IntStack SAX2RTFDTM.mark_doq_size
          Tail-pruning mark: Number of dataOrQName slots in use
(package private)  IntStack SAX2RTFDTM.mark_nsdeclelem_size
          Tail-pruning mark: Number of naespace declaration elements in use %REVIEW% I don't think number of NS sets is ever different from number of NS elements.
(package private)  IntStack SAX2RTFDTM.mark_nsdeclset_size
          Tail-pruning mark: Number of namespace declaration sets in use %REVIEW% I don't think number of NS sets is ever different from number of NS elements.
(package private)  IntStack SAX2RTFDTM.mark_size
          Tail-pruning mark: Number of nodes in use
 

Uses of IntStack in org.apache.xml.utils
 

Constructors in org.apache.xml.utils with parameters of type IntStack
IntStack(IntStack v)
          Copy constructor for IntStack
 

Uses of IntStack in org.apache.xpath
 

Fields in org.apache.xpath declared as IntStack
private  IntStack XPathContext.m_currentExpressionNodes
          A stack of the current sub-expression nodes.
private  IntStack XPathContext.m_currentNodes
          The stack of current node objects.
(package private)  IntStack XPathContext.m_last_pushed_rtfdtm
           
private  IntStack XPathContext.m_predicatePos
           
 

Methods in org.apache.xpath that return IntStack
 IntStack XPathContext.getCurrentExpressionNodeStack()
           
 IntStack XPathContext.getCurrentNodeStack()
           
 

Methods in org.apache.xpath with parameters of type IntStack
 void XPathContext.setCurrentExpressionNodeStack(IntStack nv)
           
 void XPathContext.setCurrentNodeStack(IntStack nv)