public evaluate(contextNode as Node, type as Int, result as XPathResult) as XPathResult throws XPathException, DOMException
Evaluates this expression against a context node.
XPath result.
result = expression.evaluate(document, XPathResult.ANY_TYPE, null)