IXPathResultNodesSnapshot Property |
Gets the snapshot collection of the DOM nodes.
If evaluation result type is not ordered or
unordered node iterator then returns null.
Namespace:
DotNetBrowser.Dom.XPath
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.24.2
Syntax IEnumerable<INode> NodesSnapshot { get; }
Property Value
Type:
IEnumerableINode
The snapshot collection of the DOM nodes.
If evaluation result type is not an ordered or
unordered node iterator, then returns null.
See Also