Searched refs:fInitProperties (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/
H A DSAXParserImpl.java391 private final HashMap fInitProperties = new HashMap(); field in class:SAXParserImpl.JAXPSAXParser
490 if (!fInitProperties.containsKey(JAXP_SCHEMA_LANGUAGE)) {
491 fInitProperties.put(JAXP_SCHEMA_LANGUAGE, super.getProperty(JAXP_SCHEMA_LANGUAGE));
519 if (!fInitProperties.containsKey(JAXP_SCHEMA_SOURCE)) {
520 fInitProperties.put(JAXP_SCHEMA_SOURCE, super.getProperty(JAXP_SCHEMA_SOURCE));
533 if (!fInitProperties.containsKey(name)) {
534 fInitProperties.put(name, super.getProperty(name));
569 if (!fInitProperties.isEmpty()) {
570 iter = fInitProperties.entrySet().iterator();
577 fInitProperties
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/validation/
H A DXMLSchemaValidatorComponentManager.java182 private final HashMap fInitProperties = new HashMap(); field in class:XMLSchemaValidatorComponentManager
381 if (!fInitProperties.containsKey(propertyId)) {
382 fInitProperties.put(propertyId, super.getProperty(propertyId));
480 if (!fInitProperties.isEmpty()) {
481 Iterator iter = fInitProperties.entrySet().iterator();
488 fInitProperties.clear();

Completed in 32 milliseconds