public abstract class XPathElement
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
invert |
protected java.lang.String |
nodeName |
| Constructor and Description |
|---|
XPathElement(java.lang.String nodeName)
Construct element like
/ID or ID or /* etc... |
| Modifier and Type | Method and Description |
|---|---|
abstract java.util.Collection<ParseTree> |
evaluate(ParseTree t)
Given tree rooted at
t return all nodes matched by this path
element. |
java.lang.String |
toString() |