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)