XPathRuleAnywhereElement

TODO add class description

Constructors

this
this(string ruleName, int ruleIndex)
Undocumented in source.

Members

Functions

evaluate
ParseTree[] evaluate(ParseTree t)

@uml @override

Variables

ruleIndex
int ruleIndex;
Undocumented in source.

Inherited Members

From XPathElement

nodeName
string nodeName;
Undocumented in source.
invert_
bool invert_;

@uml @read @write

evaluate
ParseTree[] evaluate(ParseTree t)

@uml Given tree rooted at {@code t} return all nodes matched by this path element.

toString
string toString()

@uml @override

invert
bool invert()
Undocumented in source. Be warned that the author may not have intended to support it.
invert
void invert(bool invert)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta