< prev index next >

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

Print this page

        

@@ -46,11 +46,11 @@
  * The <code>XPathNSResolver</code> interface permit <code>prefix</code>
  * strings in the expression to be properly bound to
  * <code>namespaceURI</code> strings. <code>XPathEvaluator</code> can
  * construct an implementation of <code>XPathNSResolver</code> from a node,
  * or the interface may be implemented by any application.
- * <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>.
+ * <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 XPathNSResolver {
     /**
      * Look up the namespace URI associated to the given namespace prefix. The
      * XPath evaluator must never call this with a <code>null</code> or
< prev index next >