Свойство | Type | Description | |
---|---|---|---|
elements | Antlr4.Runtime.Tree.Xpath.XPathElement[] | ||
parser | Parser | ||
path | string |
Méthode | Description | |
---|---|---|
Evaluate ( IParseTree t ) : ICollection |
Return a list of all nodes starting at t as root that satisfy the path. The root
|
|
FindAll ( IParseTree tree, string xpath, Parser parser ) : ICollection |
||
Split ( string path ) : Antlr4.Runtime.Tree.Xpath.XPathElement[] | ||
XPath ( Parser parser, string path ) : System |
Méthode | Description | |
---|---|---|
GetXPathElement ( IToken wordToken, bool anywhere ) : |
Convert word like
|
public Evaluate ( IParseTree t ) : ICollection |
||
t | IParseTree | |
Résultat | ICollection |
public static FindAll ( IParseTree tree, string xpath, Parser parser ) : ICollection |
||
tree | IParseTree | |
xpath | string | |
parser | Parser | |
Résultat | ICollection |
protected GetXPathElement ( IToken wordToken, bool anywhere ) : |
||
wordToken | IToken | |
anywhere | bool | |
Résultat |
public Split ( string path ) : Antlr4.Runtime.Tree.Xpath.XPathElement[] | ||
path | string | |
Résultat | Antlr4.Runtime.Tree.Xpath.XPathElement[] |
public XPath ( Parser parser, string path ) : System | ||
parser | Parser | |
path | string | |
Résultat | System |
protected XPathElement[],Antlr4.Runtime.Tree.Xpath elements | ||
Résultat | Antlr4.Runtime.Tree.Xpath.XPathElement[] |