Package | Description |
---|---|
org.apache.commons.jxpath.ri.compiler |
XPath parse tree.
|
Modifier and Type | Class and Description |
---|---|
class |
ExpressionPath
An element of the parse tree that represents an expression path, which is a
path that starts with an expression like a function call:
getFoo(.)
/bar . |
class |
LocationPath |