Searched refs:REUSE_INSTANCE (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DPropertyManager.java121 supportedProps.put(Constants.REUSE_INSTANCE, new Boolean(true));
142 supportedProps.put(Constants.REUSE_INSTANCE, new Boolean(true));
H A DConstants.java58 public static final String REUSE_INSTANCE = "reuse-instance" ; field in class:Constants
/openjdk7/jaxp/src/com/sun/xml/internal/stream/
H A DXMLInputFactoryImpl.java248 if(name == Constants.REUSE_INSTANCE || name.equals(Constants.REUSE_INSTANCE)){
H A DXMLOutputFactoryImpl.java148 if(name == Constants.REUSE_INSTANCE || name.equals(Constants.REUSE_INSTANCE)){

Completed in 72 milliseconds