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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/validation/
H A DAbstractXMLSchema.java48 private final HashMap fProperties; field in class:AbstractXMLSchema
52 fProperties = new HashMap();
99 return fProperties.get(propertyId);
106 fProperties.put(propertyId, state);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DParserConfigurationSettings.java64 protected Map<String, Object> fProperties; field in class:ParserConfigurationSettings
96 fProperties = new HashMap<String, Object>();
179 fProperties.put(propertyId, value);
263 Object propertyValue = fProperties.get(propertyId);

Completed in 32 milliseconds