Searched refs:DEFAULT_OBJECT_MODEL_URI (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jaxp/src/javax/xml/xpath/
H A DXPathFactory.java61 public static final String DEFAULT_OBJECT_MODEL_URI = "http://java.sun.com/jaxp/xpath/dom"; field in class:XPathFactory
78 * {@link #DEFAULT_OBJECT_MODEL_URI},
83 * newInstance(DEFAULT_OBJECT_MODEL_URI)
96 return newInstance(DEFAULT_OBJECT_MODEL_URI);
100 + DEFAULT_OBJECT_MODEL_URI
135 * There must be a platform default XPathFactory for the W3C DOM, i.e. {@link #DEFAULT_OBJECT_MODEL_URI}.
149 * The specification only defines the URI {@link #DEFAULT_OBJECT_MODEL_URI},
213 * {@link #DEFAULT_OBJECT_MODEL_URI},<code>http://java.sun.com/jaxp/xpath/dom</code>
H A DXPathFactoryFinder.java234 if(uri.equals(XPathFactory.DEFAULT_OBJECT_MODEL_URI)) {
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/jaxp/
H A DXPathFactoryImpl.java117 if (objectModel.equals(XPathFactory.DEFAULT_OBJECT_MODEL_URI)) {

Completed in 32 milliseconds