IXPathResultSingleNodeValue Property |
The value of this single node result, which may be null.
Namespace: Aspose.Html.Dom.XPathAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 21.3
SyntaxNode SingleNodeValue { get; }
ReadOnly Property SingleNodeValue As Node
Get
property Node^ SingleNodeValue {
Node^ get ();
}
abstract SingleNodeValue : Node with get
Property Value
Type:
Node
ExceptionsException | Condition |
---|
DOMException | TYPE_ERR: raised if resultType is not
AnyUnorderedNode type or FirstOrderedNode type. |
See Also