public static fromBoolean(value as Boolean, requestedType as Int, reusable as XPathResult) as XPathResult throws XPathException:
Builds a result from a boolean value.
Result object.
result = DOMXPathResult.fromBoolean(true, XPathResult.BOOLEAN_TYPE, null)