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

/openjdk7/jaxp/src/org/w3c/dom/xpath/
H A DXPathResult.java49 * The <code>XPathResult</code> interface represents the result of the
56 public interface XPathResult { interface
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/domapi/
H A DXPathResultImpl.java41 import org.w3c.dom.xpath.XPathResult;
45 * The class provides an implementation XPathResult according
50 * <p>The <code>XPathResult</code> interface represents the result of the
59 * @see org.w3c.dom.xpath.XPathResult
63 class XPathResultImpl implements XPathResult, EventListener {
131 if (((m_resultType == XPathResult.ORDERED_NODE_ITERATOR_TYPE) ||
132 (m_resultType == XPathResult.UNORDERED_NODE_ITERATOR_TYPE))) {
148 throw new XPathException(XPathException.TYPE_ERR, fmsg); // "The XPathResult of XPath expression {0} has an XPathResultType of {1} which cannot be coerced into the specified XPathResultType of {2}."},
166 throw new XPathException(XPathException.TYPE_ERR, fmsg); // "The XPathResult of XPath expression {0} has an XPathResultType of {1} which cannot be coerced into the specified XPathResultType of {2}."},
172 * @see org.w3c.dom.xpath.XPathResult#getResultTyp
[all...]

Completed in 96 milliseconds