IXPathResult.SingleNodeValue
IXPathResult.SingleNodeValue property
The value of this single node result, which may be null
.
public Node SingleNodeValue { get; }
Exceptions
exception | condition |
---|---|
DOMException | TYPE_ERR: raised if resultType is not AnyUnorderedNode type or FirstOrderedNode type. |
See Also
- class Node
- interface IXPathResult
- namespace Aspose.Svg.Dom.XPath
- assembly Aspose.SVG