Searched refs:XPathFactory (Results 1 - 9 of 9) sorted by relevance

/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...]
H A DXPathFactoryFinder.java44 * Implementation of {@link XPathFactory#newInstance(String)}.
87 * <p><code>ClassLoader</code> to use to find <code>XPathFactory</code>.</p>
93 * to find <code>XPathFactory</code>.</p>
96 * to be used to load resource, {@link XPathFactory}, and
128 * <p>Creates a new {@link XPathFactory} object for the specified
139 public XPathFactory newFactory(String uri) {
141 XPathFactory f = _newFactory(uri);
151 * <p>Lookup a {@link XPathFactory} for the given object model.</p>
155 * @return {@link XPathFactory} for the given object model.
157 private XPathFactory _newFactor
[all...]
/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/com/sun/org/apache/xpath/internal/jaxp/
H A DXPathFactoryImpl.java29 import javax.xml.xpath.XPathFactory;
35 * The XPathFactory builds XPaths.
40 public class XPathFactoryImpl extends XPathFactory {
48 *<p>XPathFunctionResolver for this XPathFactory and created XPaths.</p>
53 * <p>XPathVariableResolver for this XPathFactory and created XPaths</p>
66 * javax.xml.xpath.XPathFactory implementation.
75 public static XPathFactory newXPathFactoryNoServiceLoader() {
88 * <code>XPathFactory</code>?</p>
91 * <code>XPathFactory</code> will understand.
93 * @return <code>true</code> if <code>XPathFactory</cod
[all...]
/openjdk7/jdk/test/javax/imageio/metadata/
H A DBooleanAttributes.java59 import javax.xml.xpath.XPathFactory;
70 private static XPath xpathEngine = XPathFactory.newInstance().newXPath();
/openjdk7/jdk/src/macosx/native/jobjc/src/generator/java/com/apple/internal/jobjc/generator/model/
H A DFramework.java39 import javax.xml.xpath.XPathFactory;
97 public static final XPath XPATH = XPathFactory.newInstance().newXPath();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/parser/
H A DInternalizer.java51 import javax.xml.xpath.XPathFactory;
68 private static final XPathFactory xpf = XPathFactory.newInstance();
H A DJAXWSBindingExtensionHandler.java46 import javax.xml.xpath.XPathFactory;
59 private static final XPathFactory xpf = XPathFactory.newInstance();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/internalizer/
H A DInternalizer.java41 import javax.xml.xpath.XPathFactory;
78 private static final XPathFactory xpf = XPathFactory.newInstance();

Completed in 47 milliseconds