HomeSort by relevance Sort by last modified time
    Searched refs:XPathFunctionResolver (Results 1 - 15 of 15) sorted by null

  /libcore/luni/src/main/java/javax/xml/xpath/
XPathFunctionResolver.java 17 // $Id: XPathFunctionResolver.java 446598 2006-09-15 12:55:40Z jeremias $
24 * <p><code>XPathFunctionResolver</code> provides access to the set of user defined <code>XPathFunction</code>s.</p>
32 * use the <code>XPathFunctionResolver</code> to implement specifications
46 public interface XPathFunctionResolver {
XPath.java 57 * If the expression contains a function reference, the function will be found through the {@link XPathFunctionResolver}
58 * set with {@link #setXPathFunctionResolver(XPathFunctionResolver resolver)}.
96 * <p>The reset <code>XPath</code> is not guaranteed to have the same {@link XPathFunctionResolver}, {@link XPathVariableResolver}
98 * It is guaranteed to have a functionally equal <code>XPathFunctionResolver</code>, <code>XPathVariableResolver</code>
132 public void setXPathFunctionResolver(XPathFunctionResolver resolver);
141 public XPathFunctionResolver getXPathFunctionResolver();
167 * they must be available via the {@link XPathFunctionResolver}.
169 * cannot be resolved with the <code>XPathFunctionResolver</code>.</p>
XPathFactory.java 217 * Under these conditions, the implementation must not call the {@link XPathFunctionResolver}
279 public abstract void setXPathFunctionResolver(XPathFunctionResolver resolver);
  /external/apache-xml/src/main/java/org/apache/xpath/jaxp/
XPathFactoryImpl.java 28 import javax.xml.xpath.XPathFunctionResolver;
45 *<p>XPathFunctionResolver for this XPathFactory and created XPaths.</p>
47 private XPathFunctionResolver xPathFunctionResolver = null;
106 xPathVariableResolver, xPathFunctionResolver,
224 public void setXPathFunctionResolver(XPathFunctionResolver resolver) {
234 xPathFunctionResolver = resolver;
XPathImpl.java 26 import javax.xml.xpath.XPathFunctionResolver;
61 private XPathFunctionResolver functionResolver;
63 private XPathFunctionResolver origFunctionResolver;
71 XPathImpl( XPathVariableResolver vr, XPathFunctionResolver fr ) {
76 XPathImpl( XPathVariableResolver vr, XPathFunctionResolver fr,
112 public void setXPathFunctionResolver(XPathFunctionResolver resolver) {
116 new Object[] {"XPathFunctionResolver"} );
127 public XPathFunctionResolver getXPathFunctionResolver() {
378 * they must be available via the {@link XPathFunctionResolver}.
380 * cannot be resovled with the <code>XPathFunctionResolver</code>.</p
    [all...]
JAXPExtensionsProvider.java 24 import javax.xml.xpath.XPathFunctionResolver;
46 private final XPathFunctionResolver resolver;
49 public JAXPExtensionsProvider(XPathFunctionResolver resolver) {
54 public JAXPExtensionsProvider(XPathFunctionResolver resolver,
XPathExpressionImpl.java 34 import javax.xml.xpath.XPathFunctionResolver;
55 private XPathFunctionResolver functionResolver;
72 XPathFunctionResolver functionResolver,
83 XPathFunctionResolver functionResolver,
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 91 milliseconds