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

/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/xni/parser/
H A DXMLComponentManager.java88 public PropertyState getPropertyState(String propertyId); method in interface:XMLComponentManager
/openjdk9/jaxp/src/java.xml/share/classes/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);
/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/util/
H A DParserConfigurationSettings.java247 PropertyState state = getPropertyState(propertyId);
257 PropertyState state = getPropertyState(propertyId);
266 public PropertyState getPropertyState(String propertyId) { method in class:ParserConfigurationSettings
325 PropertyState state = fParentSettings.getPropertyState(propertyId);
/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/opti/
H A DSchemaParsingConfig.java478 public PropertyState getPropertyState(String propertyId) method in class:SchemaParsingConfig
483 return super.getPropertyState(propertyId);
/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/jaxp/validation/
H A DXMLSchemaValidatorComponentManager.java411 public PropertyState getPropertyState(String propertyId) method in class:XMLSchemaValidatorComponentManager
423 return super.getPropertyState(propertyId);
/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/parsers/
H A DNonValidatingConfiguration.java408 public PropertyState getPropertyState(String propertyId) method in class:NonValidatingConfiguration
413 return super.getPropertyState(propertyId);
H A DDTDConfiguration.java441 public PropertyState getPropertyState(String propertyId) method in class:DTDConfiguration
446 return super.getPropertyState(propertyId);
H A DXML11Configuration.java977 public PropertyState getPropertyState(String propertyId) method in class:XML11Configuration
982 return super.getPropertyState(propertyId);

Completed in 179 milliseconds