public class XPathRuleElement extends XPathElement
| 限定符和类型 | 字段和说明 |
|---|---|
protected int |
ruleIndex |
invert, nodeName| 构造器和说明 |
|---|
XPathRuleElement(String ruleName,
int ruleIndex) |
| 限定符和类型 | 方法和说明 |
|---|---|
Collection<ParseTree> |
evaluate(ParseTree t)
Given tree rooted at
t return all nodes matched by this path
element. |
toStringpublic XPathRuleElement(String ruleName, int ruleIndex)
public Collection<ParseTree> evaluate(ParseTree t)
XPathElementt return all nodes matched by this path
element.evaluate 在类中 XPathElementCopyright © 1992–2022 Daniel Sun. All rights reserved.