IXPathResult.SnapshotLength
IXPathResult.SnapshotLength property
The number of nodes in the result snapshot. Valid values for snapshotItem indices are 0 to snapshotLength-1 inclusive.
public int SnapshotLength { get; }
Exceptions
| exception | condition |
|---|---|
| dOMException | TYPE_ERR: raised if resultType is not UnorderedNodeSnapshot type or OrderedNodeSnapshot type. |
See Also
- interface IXPathResult
- package com.aspose.html.dom.xpath
- package Aspose.HTML