HomeSort by relevance Sort by last modified time
    Searched defs:xpath (Results 1 - 25 of 570) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/apache-xml/src/main/java/org/apache/xpath/
FoundIndex.java 21 package org.apache.xpath;
XPathFactory.java 21 package org.apache.xpath;
28 * Factory class for creating an XPath. Implementors of XPath derivatives
36 * Create an XPath.
38 * @param exprString The XPath expression string.
43 * @param type One of {@link org.apache.xpath.XPath#SELECT} or
44 * {@link org.apache.xpath.XPath#MATCH}.
46 * @return an XPath ready for execution
    [all...]
XPathVisitable.java 21 package org.apache.xpath;
ExpressionOwner.java 21 package org.apache.xpath;
ExtensionsProvider.java 21 package org.apache.xpath;
25 import org.apache.xpath.functions.FuncExtFunction;
28 * Interface that XPath objects can call to obtain access to an
SourceTree.java 21 package org.apache.xpath;
WhitespaceStrippingElementMatcher.java 21 package org.apache.xpath;
37 * @param support The XPath runtime state.
XPathProcessorException.java 21 package org.apache.xpath;
24 * Derived from XPathException in order that XPath processor
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
XPathDumper.java 21 package org.apache.xpath.compiler;
25 * Class for XPath diagnostic functions.
  /libcore/luni/src/main/java/javax/xml/xpath/
XPathExpression.java 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
    [all...]
XPathExpressionException.java 19 package javax.xml.xpath;
22 * <code>XPathExpressionException</code> represents an error in an XPath expression.</p>
XPathFactoryConfigurationException.java 19 package javax.xml.xpath;
XPathFunction.java 19 package javax.xml.xpath;
24 * <p><code>XPathFunction</code> provides access to XPath functions.</p>
26 * <p>Functions are identified by QName and arity in XPath.</p>
39 * XPath expression is under no obligation to call extension functions in
44 * @return The result of evaluating the <code>XPath</code> function as an <code>Object</code>.
46 * @throws XPathFunctionException If <code>args</code> cannot be evaluated with this <code>XPath</code> function.
XPathFunctionException.java 19 package javax.xml.xpath;
22 * <code>XPathFunctionException</code> represents an error with an XPath function.</p>
XPathFunctionResolver.java 19 package javax.xml.xpath;
26 * <p>XPath functions are resolved by name and arity.
27 * The resolver is not needed for XPath built-in functions and the resolver
34 * and Processing</a> which extend the function library of XPath 1.0 in the
43 * @see <a href="http://www.w3.org/TR/xpath#corelib">XML Path Language (XPath) Version 1.0, Core Function Library</a>
XPathVariableResolver.java 19 package javax.xml.xpath;
24 * <p><code>XPathVariableResolver</code> provides access to the set of user defined XPath variables.</p>
26 * <p>The <code>XPathVariableResolver</code> and the XPath evaluator must adhere to a contract that
28 * that is, an application may wish to evaluate the same XPath expression more
30 * single XPath expression, a variable's value <strong><em>must</em></strong> be immutable.</p>
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
PathComponent.java 21 package org.apache.xpath.axes;
RTFIterator.java 28 package org.apache.xpath.axes;
31 import org.apache.xpath.NodeSetDTM;
SubContextList.java 21 package org.apache.xpath.axes;
23 import org.apache.xpath.XPathContext;
38 * @param xctxt The XPath runtime context.
47 * @param xctxt The XPath runtime context.
  /external/apache-xml/src/main/java/org/apache/xpath/domapi/
XPathStylesheetDOM3Exception.java 13 package org.apache.xpath.domapi;
20 * A new exception to add support for DOM Level 3 XPath API.
25 * about where the XPath problem is in the stylesheet as well as the XPath expression itself.
  /external/apache-xml/src/main/java/org/apache/xpath/functions/
FuncBoolean.java 21 package org.apache.xpath.functions;
23 import org.apache.xpath.XPathContext;
24 import org.apache.xpath.objects.XBoolean;
25 import org.apache.xpath.objects.XObject;
FuncCeiling.java 21 package org.apache.xpath.functions;
23 import org.apache.xpath.XPathContext;
24 import org.apache.xpath.objects.XNumber;
25 import org.apache.xpath.objects.XObject;
FuncFloor.java 21 package org.apache.xpath.functions;
23 import org.apache.xpath.XPathContext;
24 import org.apache.xpath.objects.XNumber;
25 import org.apache.xpath.objects.XObject;
FuncNot.java 21 package org.apache.xpath.functions;
23 import org.apache.xpath.XPathContext;
24 import org.apache.xpath.objects.XBoolean;
25 import org.apache.xpath.objects.XObject;
FuncNumber.java 21 package org.apache.xpath.functions;
23 import org.apache.xpath.XPathContext;
24 import org.apache.xpath.objects.XNumber;
25 import org.apache.xpath.objects.XObject;

Completed in 137 milliseconds

1 2 3 4 5 6 7 8 91011>>