Overview
>
klyn.io.xml.xpath
>
DOMXPathResult
>
numberValue
Version 0.1.2
Overview
Index
Tree
Deprecated
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)