public static fromString(value as String, requestedType as Int, reusable as XPathResult) as XPathResult throws XPathException:
Builds a result from a string value.
Result object.
result = DOMXPathResult.fromString("ok", XPathResult.STRING_TYPE, null)