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)