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

/openjdk7/jaxp/src/com/sun/xml/internal/stream/
H A DStaxEntityResolverWrapper.java41 public class StaxEntityResolverWrapper { class
45 /** Creates a new instance of StaxEntityResolverWrapper */
46 public StaxEntityResolverWrapper(XMLResolver resolver) { method in class:StaxEntityResolverWrapper
84 }//class StaxEntityResolverWrapper
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DPropertyManager.java29 import com.sun.xml.internal.stream.StaxEntityResolverWrapper;
175 supportedProps.put( Constants.XERCES_PROPERTY_PREFIX + Constants.STAX_ENTITY_RESOLVER_PROPERTY , new StaxEntityResolverWrapper((XMLResolver)value)) ;
H A DXMLEntityManager.java39 import com.sun.xml.internal.stream.StaxEntityResolverWrapper;
301 protected StaxEntityResolverWrapper fStaxEntityResolver;
1415 fStaxEntityResolver = (StaxEntityResolverWrapper)propertyManager.getProperty(STAX_ENTITY_RESOLVER);
1483 fStaxEntityResolver = (StaxEntityResolverWrapper)componentManager.getProperty(STAX_ENTITY_RESOLVER, null);

Completed in 42 milliseconds