Home | History | Annotate | Download | only in xpath

Lines Matching defs:xpath

19 package javax.xml.xpath;
25 * <p><code>XPathExpression</code> provides access to compiled XPath expressions.</p>
30 * <th colspan="2">Evaluation of XPath Expressions.</th>
39 * For the purposes of evaluating XPath expressions, a DocumentFragment
63 * QNames in the expression are resolved against the XPath namespace context.
71 * Conversion to the return type follows XPath conversion rules.</p>
79 * @see <a href="http://www.w3.org/TR/xpath#section-Expressions">XML Path Language (XPath) Version 1.0, Expressions</a>
85 * <p>Evaluate the compiled XPath expression in the specified context and return the result as the specified type.</p>
87 * <p>See <a href="#XPathExpression-evaluation">Evaluation of XPath Expressions</a> for context item evaluation,
112 * <p>Evaluate the compiled XPath expression in the specified context and return the result as a <code>String</code>.</p>
117 * <p>See <a href="#XPathExpression-evaluation">Evaluation of XPath Expressions</a> for context item evaluation,
135 * <p>Evaluate the compiled XPath expression in the context of the specified <code>InputSource</code> and return the result as the
141 * <p>See <a href="#XPathExpression-evaluation">Evaluation of XPath Expressions</a> for context item evaluation,
164 * <p>Evaluate the compiled XPath expression in the context of the specified <code>InputSource</code> and return the result as a
170 * <p>See <a href="#XPathExpression-evaluation">Evaluation of XPath Expressions</a> for context item evaluation,