public static fromNumber(value as Double, requestedType as Int, reusable as XPathResult) as XPathResult throws XPathException:
Builds a result from a numeric value.
Result object.
result = DOMXPathResult.fromNumber(2.0, XPathResult.NUMBER_TYPE, null)