Package | Description |
---|---|
org.antlr.v4.runtime.tree.xpath |
Modifier and Type | Class and Description |
---|---|
class |
XPathRuleAnywhereElement
Either
ID at start of path or ...//ID in middle of path. |
class |
XPathRuleElement |
class |
XPathTokenAnywhereElement |
class |
XPathTokenElement |
class |
XPathWildcardAnywhereElement |
class |
XPathWildcardElement |
Modifier and Type | Field and Description |
---|---|
protected XPathElement[] |
XPath.elements |
Modifier and Type | Method and Description |
---|---|
protected XPathElement |
XPath.getXPathElement(Token wordToken,
boolean anywhere)
Convert word like
* or ID or expr to a path
element. |
XPathElement[] |
XPath.split(String path) |
Copyright © 1992–2018 ANTLR. All rights reserved.