Property | Type | Description | |
---|---|---|---|
invert | bool | ||
nodeName | string |
Method | Description | |
---|---|---|
Evaluate ( IParseTree t ) : ICollection |
Given tree rooted at t return all nodes matched by this path element.
|
|
ToString ( ) : string | ||
XPathElement ( string nodeName ) : System.Collections.Generic |
Construct element like
|
public abstract Evaluate ( IParseTree t ) : ICollection |
||
t | IParseTree | |
return | ICollection |
public XPathElement ( string nodeName ) : System.Collections.Generic | ||
nodeName | string | |
return | System.Collections.Generic |