< prev index next >

jaxp/src/java.xml/share/classes/javax/xml/xpath/XPathNodes.java

Print this page

        

*** 31,41 **** /** * XPathNodes represents a set of nodes selected by a location path as specified * in <a href="http://www.w3.org/TR/xpath/#node-sets">XML Path Language (XPath) * Version 1.0, 3.3 Node-sets</a>. * ! * @since 1.9 */ public interface XPathNodes extends Iterable<Node> { /** * Returns an iterator of the Nodes. --- 31,41 ---- /** * XPathNodes represents a set of nodes selected by a location path as specified * in <a href="http://www.w3.org/TR/xpath/#node-sets">XML Path Language (XPath) * Version 1.0, 3.3 Node-sets</a>. * ! * @since 9 */ public interface XPathNodes extends Iterable<Node> { /** * Returns an iterator of the Nodes.
< prev index next >