src/jdk.xml.dom/share/classes/org/w3c/dom/xpath/XPathResult.java
changeset 52372 5096007944cf
parent 47216 71c04702a3d5
equal deleted inserted replaced
52371:ae4967993e17 52372:5096007944cf
    49  * The <code>XPathResult</code> interface represents the result of the
    49  * The <code>XPathResult</code> interface represents the result of the
    50  * evaluation of an XPath 1.0 expression within the context of a particular
    50  * evaluation of an XPath 1.0 expression within the context of a particular
    51  * node. Since evaluation of an XPath expression can result in various
    51  * node. Since evaluation of an XPath expression can result in various
    52  * result types, this object makes it possible to discover and manipulate
    52  * result types, this object makes it possible to discover and manipulate
    53  * the type and value of the result.
    53  * the type and value of the result.
    54  * <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>.
    54  * <p>See also the <a href='https://www.w3.org/TR/DOM-Level-3-XPath/'>Document Object Model (DOM) Level 3 XPath Specification</a>.
    55  */
    55  */
    56 public interface XPathResult {
    56 public interface XPathResult {
    57     // XPathResultType
    57     // XPathResultType
    58     /**
    58     /**
    59      * This code does not represent a specific type. An evaluation of an XPath
    59      * This code does not represent a specific type. An evaluation of an XPath