XPathElement

TODO add class description

Constructors

this
this(string nodeName)

@uml Construct element like {@code /ID} or {@code ID} or {@code /*} etc... op is null if just node

Members

Functions

evaluate
ParseTree[] evaluate(ParseTree t)

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

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.
toString
string toString()

@uml @override

Variables

invert_
bool invert_;

@uml @read @write

nodeName
string nodeName;
Undocumented in source.

Meta