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

/openjdk7/jaxp/src/org/w3c/dom/xpath/
H A DXPathEvaluator.java50 * <code>XPathEvaluator</code>. In a DOM implementation which supports the
51 * XPath 3.0 feature, as described above, the <code>XPathEvaluator</code>
60 * portable. <code>XPathEvaluator</code> implementations may be available
66 public interface XPathEvaluator { interface
82 * according to the rules of the <code>XPathEvaluator</code>i
113 * evaluation of this XPath expression. If the XPathEvaluator was
142 * according to the rules of the <code>XPathEvaluator</code>i
150 * supported by this <code>XPathEvaluator</code>.
153 * <code>XPathEvaluator</code>.
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/domapi/
H A DXPathEvaluatorImpl.java35 import org.w3c.dom.xpath.XPathEvaluator;
42 * The class provides an implementation of XPathEvaluator according
48 * <code>XPathEvaluator</code>, which will provide evaluation of XPath 1.0
50 * expected that the <code>XPathEvaluator</code> interface will be
53 * <code>XPathEvaluator</code> implementations may be available from other
57 * @see org.w3c.dom.xpath.XPathEvaluator
61 public final class XPathEvaluatorImpl implements XPathEvaluator {
114 * The document to be searched to parallel the case where the XPathEvaluator
123 * the XPathEvaluator is obtained by casting the document.
154 * according to the rules of the <code>XPathEvaluator</cod
[all...]

Completed in 23 milliseconds