< prev index next >

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

Print this page

        

*** 59,69 **** * variables may not work in all implementations and is, therefore, not * portable. <code>XPathEvaluator</code> implementations may be available * from other sources that could provide specific support for specialized * extension functions or variables as would be defined by other * specifications. ! * <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 XPathEvaluator { /** * Creates a parsed XPath expression with resolved namespaces. This is * useful when an expression will be reused in an application since it --- 59,69 ---- * variables may not work in all implementations and is, therefore, not * portable. <code>XPathEvaluator</code> implementations may be available * from other sources that could provide specific support for specialized * extension functions or variables as would be defined by other * specifications. ! * <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 XPathEvaluator { /** * Creates a parsed XPath expression with resolved namespaces. This is * useful when an expression will be reused in an application since it
< prev index next >