| Package | Description |
|---|---|
| jdk7u.jaxp.org.apache.xpath.external |
Implementation of XPath; for the most part, only classes meant for public use are
found at this root level of the XPath packages.
|
| jdk7u.jaxp.org.apache.xpath.external.operations |
Support for XPath operations, such as +, -, string(), etc.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
XPathVisitor.visitVariableRef(ExpressionOwner owner,
Variable var)
Visit a variable reference.
|
| Modifier and Type | Class and Description |
|---|---|
class |
VariableSafeAbsRef
This is a "smart" variable reference that is used in situations where
an absolute path is optimized into a variable reference, but may
be used in some situations where the document context may have changed.
|
Copyright © 2018–2021 mhoffrogge. All rights reserved.