DotNetBrowser
1.21.5
|
Represents the result of evaluating the XPath expression. More...
Properties | |
XPathResultType | ResultType [get] |
Gets the result type or null if an error occurred when evaluating XPath expression. More... | |
bool | IsNumber [get] |
Gets true if the result type is XPathResultType.NUMBER_TYPE. More... | |
double | Number [get] |
Gets the result represented as a number. More... | |
bool | IsString [get] |
Gets true if the result is XPathResultType.STRING_TYPE More... | |
string | String [get] |
Gets the result represented as a string. More... | |
bool | IsBoolean [get] |
Gets true if the result is XPathResultType.BOOLEAN_TYPE More... | |
bool | Boolean [get] |
Gets the result represented as a boolean. More... | |
bool | IsSingleNode [get] |
Gets true if the result is XPathResultType.FIRST_ORDERED_NODE_TYPE or XPathResultType.ANY_UNORDERED_NODE_TYPE More... | |
DOMNode | SingleNode [get] |
Gets the result represented as a single node. More... | |
bool | IsSnapshotNodes [get] |
Gets true if the result is XPathResultType.ORDERED_NODE_SNAPSHOT_TYPE or XPathResultType.UNORDERED_NODE_SNAPSHOT_TYPE More... | |
List< DOMNode > | SnapshotNodes [get] |
Gets the list of nodes when the result type is XPathResultType.ORDERED_NODE_SNAPSHOT_TYPE or XPathResultType.UNORDERED_NODE_SNAPSHOT_TYPE More... | |
bool | IsIterator [get] |
Gets true if the result is XPathResultType.ORDERED_NODE_ITERATOR_TYPE or XPathResultType.UNORDERED_NODE_ITERATOR_TYPE More... | |
IEnumerable< XPathIteratorItem > | Iterator [get] |
Gets iterator over the XPath result node set. More... | |
bool | IsError [get] |
Gets true when an error occurred. More... | |
string | ErrorMessage [get] |
Gets the error message if the last operation failed, an empty string otherwise. More... | |
Represents the result of evaluating the XPath expression.
|
get |
Gets the result represented as a boolean.
|
get |
Gets the error message if the last operation failed, an empty string otherwise.
|
get |
Gets true if the result is XPathResultType.BOOLEAN_TYPE
|
get |
Gets true when an error occurred.
|
get |
Gets true if the result is XPathResultType.ORDERED_NODE_ITERATOR_TYPE or XPathResultType.UNORDERED_NODE_ITERATOR_TYPE
|
get |
Gets true if the result type is XPathResultType.NUMBER_TYPE.
|
get |
Gets true if the result is XPathResultType.FIRST_ORDERED_NODE_TYPE or XPathResultType.ANY_UNORDERED_NODE_TYPE
|
get |
Gets true if the result is XPathResultType.ORDERED_NODE_SNAPSHOT_TYPE or XPathResultType.UNORDERED_NODE_SNAPSHOT_TYPE
|
get |
Gets true if the result is XPathResultType.STRING_TYPE
|
get |
Gets iterator over the XPath result node set.
|
get |
Gets the result represented as a number.
|
get |
Gets the result type or null if an error occurred when evaluating XPath expression.
|
get |
Gets the result represented as a single node.
|
get |
Gets the list of nodes when the result type is XPathResultType.ORDERED_NODE_SNAPSHOT_TYPE or XPathResultType.UNORDERED_NODE_SNAPSHOT_TYPE
|
get |
Gets the result represented as a string.