Uses of Class
org.apache.xml.utils.IntStack
| Package | Description |
|---|---|
| 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 Modifier and Type Field Description protected IntStackSAX2DTM. m_contextIndexesNamespace support, only relevent at construction time.protected IntStackSAX2DTM. m_parentsThe parent stack, needed only for construction. -
Uses of IntStack in org.apache.xml.utils
Constructors in org.apache.xml.utils with parameters of type IntStack Constructor Description IntStack(IntStack v)Copy constructor for IntStack -
Uses of IntStack in org.apache.xpath
Methods in org.apache.xpath that return IntStack Modifier and Type Method Description IntStackXPathContext. getCurrentExpressionNodeStack()IntStackXPathContext. getCurrentNodeStack()Methods in org.apache.xpath with parameters of type IntStack Modifier and Type Method Description voidXPathContext. setCurrentExpressionNodeStack(IntStack nv)voidXPathContext. setCurrentNodeStack(IntStack nv)