Searched defs:XPathFactory (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/
H A DXPathFactory.java21 * $Id: XPathFactory.java,v 1.1.2.1 2005/08/01 01:30:14 jeffsuttor Exp $
34 public interface XPathFactory interface
/openjdk7/jaxp/src/javax/xml/xpath/
H A DXPathFactory.java29 * <p>An <code>XPathFactory</code> instance can be used to create
34 * <p>The {@link XPathFactory} class is not thread-safe. In other words,
36 * one thread is using a {@link XPathFactory} object at any
40 * <p>{@link XPathFactory} is not re-entrant. While one of the
50 public abstract class XPathFactory { class
56 public static final String DEFAULT_PROPERTY_NAME = "javax.xml.xpath.XPathFactory";
71 * should be used to create a new instance of an <code>XPathFactory</code>.</p>
73 protected XPathFactory() { method in class:XPathFactory
77 * <p>Get a new <code>XPathFactory</code> instance using the default object model,
88 * @return Instance of an <code>XPathFactory</cod
[all...]

Completed in 61 milliseconds