Searched refs:snapshotItem (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxp/src/org/w3c/dom/xpath/
H A DXPathResult.java198 * snapshotItem indices are <code>0</code> to
238 public Node snapshotItem(int index) method in interface:XPathResult
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/domapi/
H A DXPathResultImpl.java288 * snapshotItem indices are <code>0</code> to
362 * @see org.w3c.dom.xpath.XPathResult#snapshotItem(int)
364 public Node snapshotItem(int index) throws XPathException { method in class:XPathResultImpl
370 // "The method snapshotItem cannot be called on the XPathResult of XPath expression {0} because its XPathResultType is {1}.

Completed in 30 milliseconds