klyn.io.xml.xpath.DOMXPathResult.numberValue
property
public readonly property numberValue as Double:
Description

Numeric result value.

Throws
  • XPathException if this result is not `NUMBER_TYPE`.
Example
print(result.numberValue)