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.
|
Modifier and Type | Field and Description |
---|---|
protected IntStack |
SAX2DTM.m_contextIndexes
Namespace support, only relevent at construction time.
|
protected IntStack |
SAX2DTM.m_parents
The parent stack, needed only for construction.
|
Constructor and Description |
---|
IntStack(IntStack v)
Copy constructor for IntStack
|
Modifier and Type | Method and Description |
---|---|
IntStack |
XPathContext.getCurrentExpressionNodeStack() |
IntStack |
XPathContext.getCurrentNodeStack() |
Modifier and Type | Method and Description |
---|---|
void |
XPathContext.setCurrentExpressionNodeStack(IntStack nv) |
void |
XPathContext.setCurrentNodeStack(IntStack nv) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.