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