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
- package com.aspose.html.Dom.XPath
- package Aspose.HTML