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

  /libcore/luni/src/main/java/javax/xml/xpath/
XPathFactory.java 17 // $Id: XPathFactory.java 888889 2009-12-09 17:43:18Z mrglavas $
22 * <p>An <code>XPathFactory</code> instance can be used to create
32 public abstract class XPathFactory {
38 public static final String DEFAULT_PROPERTY_NAME = "javax.xml.xpath.XPathFactory";
48 * should be used to create a new instance of an <code>XPathFactory</code>.</p>
50 protected XPathFactory() {
54 * <p>Get a new <code>XPathFactory</code> instance using the default object model,
65 * @return Instance of an <code>XPathFactory</code>.
67 public static final XPathFactory newInstance() {
73 "XPathFactory#newInstance() failed to create an XPathFactory for the default object model:
    [all...]
XPathFactoryFinder.java 36 * Implementation of {@link XPathFactory#newInstance(String)}.
117 * <p>Creates a new {@link XPathFactory} object for the specified
128 public XPathFactory newFactory(String uri) {
132 XPathFactory f = _newFactory(uri);
144 * <p>Lookup a {@link XPathFactory} for the given object model.</p>
148 private XPathFactory _newFactory(String uri) {
149 XPathFactory xpf;
217 if(uri.equals(XPathFactory.DEFAULT_OBJECT_MODEL_URI)) {
235 XPathFactory createInstance( String className ) {
246 if( o instanceof XPathFactory )
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/
XPathFactory.java 19 * $Id: XPathFactory.java 468655 2006-10-28 07:12:06Z minchau $
32 public interface XPathFactory
  /external/objenesis/tck/test/org/objenesis/tck/
OsgiTest.java 27 import javax.xml.xpath.XPathFactory;
49 XPathFactory xPathFactory = XPathFactory.newInstance();
50 final XPath xPath = xPathFactory.newXPath();
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
AVTPartXPath.java 26 import org.apache.xpath.XPathFactory;
100 XPathParser xpathProcessor, XPathFactory factory,
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/res/
XpathResourceXmlLoader.java 10 import javax.xml.xpath.XPathFactory;
22 XPathExpression stringsXPath = XPathFactory.newInstance().newXPath().compile(expression);
StringArrayResourceLoader.java 9 import javax.xml.xpath.XPathFactory;
30 XPathExpression itemXPath = XPathFactory.newInstance().newXPath().compile("item");
PluralResourceLoader.java 9 import javax.xml.xpath.XPathFactory;
37 XPathExpression itemXPath = XPathFactory.newInstance().newXPath().compile("item");
AttrResourceLoader.java 10 import javax.xml.xpath.XPathFactory;
27 XPathExpression stringsXPath = XPathFactory.newInstance().newXPath().compile("/resources/declare-styleable/attr/enum");
  /external/apache-xml/src/main/java/org/apache/xpath/jaxp/
XPathFactoryImpl.java 26 import javax.xml.xpath.XPathFactory;
32 * The XPathFactory builds XPaths.
37 public class XPathFactoryImpl extends XPathFactory {
45 *<p>XPathFunctionResolver for this XPathFactory and created XPaths.</p>
50 * <p>XPathVariableResolver for this XPathFactory and created XPaths</p>
61 * <code>XPathFactory</code>?</p>
64 * <code>XPathFactory</code> will understand.
66 * @return <code>true</code> if <code>XPathFactory</code> supports
90 if (objectModel.equals(XPathFactory.DEFAULT_OBJECT_MODEL_URI)) {
111 * <p>Set a feature for this <code>XPathFactory</code> and
    [all...]
  /libcore/luni/src/test/java/libcore/xml/
JaxenXPathTestSuite.java 35 import javax.xml.xpath.XPathFactory;
122 XPath xpath = XPathFactory.newInstance().newXPath();
229 XPath xpath = XPathFactory.newInstance().newXPath();
  /external/droiddriver/src/com/google/android/droiddriver/finders/
ByXPath.java 46 import javax.xml.xpath.XPathFactory;
52 private static final XPath XPATH_COMPILER = XPathFactory.newInstance().newXPath();
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/generators/rss/
RSSFeedUpdateEntryTask.java 29 import javax.xml.xpath.XPathFactory;
62 private static final XPath xp = XPathFactory.newInstance().newXPath();
  /prebuilts/tools/common/m2/internal/jaxen/jaxen/1.1.1/
jaxen-1.1.1.jar 
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 
  /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 

Completed in 617 milliseconds