IXPathResult Properties |
The IXPathResult type exposes the following members.
Name | Description | |
---|---|---|
![]() | Bool |
Gets the boolean value of the evaluation result.
|
![]() | Iterator |
Gets the iterator which allows requesting the
items from the Chromium engine during the iterating.
|
![]() | Node |
Gets the DOM node returned as the result of evaluation.
|
![]() | NodesSnapshot |
Gets the snapshot collection of the DOM nodes.
If evaluation result type is not ordered or
unordered node iterator then returns null.
|
![]() | Numeric |
Gets the numeric value of the evaluation result.
|
![]() | String |
Gets the string value of the evaluation result.
|
![]() | Type |
Gets the result type.
|