HomeSort by relevance Sort by last modified time
    Searched refs:XPathFactory (Results 1 - 16 of 16) 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) {
130 XPathFactory f = _newFactory(uri);
142 * <p>Lookup a {@link XPathFactory} for the given object model.</p>
146 private XPathFactory _newFactory(String uri) {
147 XPathFactory xpf;
215 if(uri.equals(XPathFactory.DEFAULT_OBJECT_MODEL_URI)) {
233 XPathFactory createInstance( String className ) {
244 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
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/xml/
AndroidXPathFactory.java 28 import javax.xml.xpath.XPathFactory;
37 private final static XPathFactory sFactory = XPathFactory.newInstance();
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
AVTPartXPath.java 26 import org.apache.xpath.XPathFactory;
100 XPathParser xpathProcessor, XPathFactory factory,
  /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/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();
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/project/
ProjectCreator.java 50 import javax.xml.xpath.XPathFactory;
684 XPathFactory factory = XPathFactory.newInstance();
    [all...]
  /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/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 

Completed in 238 milliseconds