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

  /dalvik/libcore/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
  /dalvik/libcore/xml/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...]
  /prebuilt/sdk/8/
android.jar 

Completed in 254 milliseconds