Overview
>
klyn.io.xml.xpath
>
DOMXPathResult
>
stringValue
Version 0.1.2
Overview
Index
Tree
Deprecated
klyn.io.xml.xpath.DOMXPathResult.stringValue
property
public readonly property stringValue as String:
Description
String result value.
Throws
XPathException if this result is not `STRING_TYPE`.
Example
print(result.stringValue)