< prev index next >

src/jdk.xml.dom/share/classes/org/w3c/dom/xpath/XPathExpression.java

Print this page

        

*** 46,56 **** import org.w3c.dom.DOMException; /** * The <code>XPathExpression</code> interface represents a parsed and resolved * XPath expression. ! * <p>See also the <a href='http://www.w3.org/2002/08/WD-DOM-Level-3-XPath-20020820'>Document Object Model (DOM) Level 3 XPath Specification</a>. */ public interface XPathExpression { /** * Evaluates this XPath expression and returns a result. * @param contextNode The <code>context</code> is context node for the --- 46,56 ---- import org.w3c.dom.DOMException; /** * The <code>XPathExpression</code> interface represents a parsed and resolved * XPath expression. ! * <p>See also the <a href='https://www.w3.org/TR/DOM-Level-3-XPath/'>Document Object Model (DOM) Level 3 XPath Specification</a>. */ public interface XPathExpression { /** * Evaluates this XPath expression and returns a result. * @param contextNode The <code>context</code> is context node for the
< prev index next >