Searched defs:XPathExpression (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxp/src/javax/xml/xpath/
H A DXPathExpression.java32 * <p><code>XPathExpression</code> provides access to compiled XPath expressions.</p>
34 * <a name="XPathExpression-evaluation"/>
86 * sure that one {@link XPathExpression} object is not used from
97 public interface XPathExpression { interface
102 * <p>See <a href="#XPathExpression-evaluation">Evaluation of XPath Expressions</a> for context item evaluation,
132 * <p>See <a href="#XPathExpression-evaluation">Evaluation of XPath Expressions</a> for context item evaluation,
156 * <p>See <a href="#XPathExpression-evaluation">Evaluation of XPath Expressions</a> for context item evaluation,
185 * <p>See <a href="#XPathExpression-evaluation">Evaluation of XPath Expressions</a> for context item evaluation,
/openjdk7/jaxp/src/org/w3c/dom/xpath/
H A DXPathExpression.java49 * The <code>XPathExpression</code> interface represents a parsed and resolved
53 public interface XPathExpression { interface
84 * by the XPathEvaluator that created this <code>XPathExpression</code>
88 * <code>XPathExpression</code>.

Completed in 37 milliseconds