Allows precompilation of expressions
Java Binding:
package org.w3c.dom.xpath; public interface XPathExpression { public Object evaluate(Node contextNode, short type, Object result) throws XPathException, DOMException; }