Uses of Class
java.util.Stack
| Package | Description |
|---|---|
| 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 Stack in org.apache.xml.utils
Fields in org.apache.xml.utils declared as Stack Modifier and Type Field Description protected StackDOMBuilder. m_elemStackVector of element nodesConstructors in org.apache.xml.utils with parameters of type Stack Constructor Description QName(String qname, Stack namespaces)Construct a QName from a string, resolving the prefix using the given namespace stack.QName(String qname, Stack namespaces, boolean validate)Construct a QName from a string, resolving the prefix using the given namespace stack. -
Uses of Stack in org.apache.xpath
Methods in org.apache.xpath that return Stack Modifier and Type Method Description StackXPathContext. getAxesIteratorStackStacks()StackXPathContext. getContextNodeListsStack()Methods in org.apache.xpath with parameters of type Stack Modifier and Type Method Description voidXPathContext. setAxesIteratorStackStacks(Stack s)voidXPathContext. setContextNodeListsStack(Stack s)