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

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/resolver/
H A DResolver.java69 * The RESOLVER Catalog Entry type.
73 public static final int RESOLVER = CatalogEntry.addEntryType("RESOLVER", 1); field in class:Resolver
173 if (e.getEntryType() == RESOLVER) {
230 if (e.getEntryType() == RESOLVER) {
292 if (e.getEntryType() == RESOLVER) {
/openjdk7/jaxp/src/javax/xml/stream/
H A DXMLInputFactory.java133 public static final String RESOLVER= field in class:XMLInputFactory

Completed in 31 milliseconds