public class XPathWildcardElement extends XPathElement
invert, nodeName| Constructor and Description |
|---|
XPathWildcardElement() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<ParseTree> |
evaluate(ParseTree t)
Given tree rooted at
t return all nodes matched by this path
element. |
toStringpublic java.util.Collection<ParseTree> evaluate(ParseTree t)
XPathElementt return all nodes matched by this path
element.evaluate in class XPathElement