Table of Contents

Interface IXPathResult

Namespace
DotNetBrowser.Dom.XPath
Assembly
DotNetBrowser.dll

Represents the result of the XPath expression evaluation.

public interface IXPathResult

Properties

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.