Searched refs:getPropertyState (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xni/parser/
H A DXMLComponentManager.java88 public PropertyState getPropertyState(String propertyId); method in interface:XMLComponentManager
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/
H A DSchemaValidatorConfiguration.java143 public PropertyState getPropertyState(String propertyId) { method in class:SchemaValidatorConfiguration
150 return fParentComponentManager.getPropertyState(propertyId);
167 PropertyState state = getPropertyState(propertyId);
183 PropertyState state = getPropertyState(propertyId);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DParserConfigurationSettings.java245 PropertyState state = getPropertyState(propertyId);
254 PropertyState state = getPropertyState(propertyId);
262 public PropertyState getPropertyState(String propertyId) { method in class:ParserConfigurationSettings
320 PropertyState state = fParentSettings.getPropertyState(propertyId);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/validation/
H A DXMLSchemaValidatorComponentManager.java337 public PropertyState getPropertyState(String propertyId) method in class:XMLSchemaValidatorComponentManager
349 return super.getPropertyState(propertyId);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/parsers/
H A DNonValidatingConfiguration.java381 public PropertyState getPropertyState(String propertyId) method in class:NonValidatingConfiguration
386 return super.getPropertyState(propertyId);
H A DDTDConfiguration.java415 public PropertyState getPropertyState(String propertyId) method in class:DTDConfiguration
420 return super.getPropertyState(propertyId);
H A DXML11Configuration.java958 public PropertyState getPropertyState(String propertyId) method in class:XML11Configuration
963 return super.getPropertyState(propertyId);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/opti/
H A DSchemaParsingConfig.java469 public PropertyState getPropertyState(String propertyId) method in class:SchemaParsingConfig
474 return super.getPropertyState(propertyId);

Completed in 80 milliseconds