Searched refs:fConfigUpdated (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/validation/
H A DXMLSchemaValidatorComponentManager.java141 * fConfigUpdated is set to true if there has been any change to the configuration settings,
144 private boolean fConfigUpdated = true; field in class:XMLSchemaValidatorComponentManager
272 return FeatureState.is(fConfigUpdated);
314 fConfigUpdated = true;
367 fConfigUpdated = true;
419 fConfigUpdated = false;
452 fConfigUpdated = true;
510 fConfigUpdated = true;
531 fConfigUpdated = true;
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/parsers/
H A DNonValidatingConfiguration.java206 /** fConfigUpdated is set to true if there has been any change to the configuration settings,
209 protected boolean fConfigUpdated = false; field in class:NonValidatingConfiguration
359 fConfigUpdated = false;
377 fConfigUpdated = true;
391 fConfigUpdated = true;
415 return FeatureState.is(fConfigUpdated);
H A DXIncludeAwareParserConfiguration.java278 return FeatureState.is(fConfigUpdated);
291 fConfigUpdated = true;
H A DXML11DTDConfiguration.java252 * fConfigUpdated is set to true if there has been any change to the configuration settings,
255 protected boolean fConfigUpdated = false; field in class:XML11DTDConfiguration
495 fConfigUpdated = false;
717 fConfigUpdated = false;
779 return FeatureState.is(fConfigUpdated);
800 fConfigUpdated = true;
838 fConfigUpdated = true;
1289 fConfigUpdated = true;
1306 fConfigUpdated = true;
H A DXML11NonValidatingConfiguration.java208 /** fConfigUpdated is set to true if there has been any change to the configuration settings,
211 protected boolean fConfigUpdated = false; field in class:XML11NonValidatingConfiguration
424 fConfigUpdated = false;
643 fConfigUpdated = false;
705 return FeatureState.is(fConfigUpdated);
726 fConfigUpdated = true;
764 fConfigUpdated = true;
1188 fConfigUpdated = true;
1205 fConfigUpdated = true;
H A DXML11Configuration.java331 /** fConfigUpdated is set to true if there has been any change to the configuration settings,
334 protected boolean fConfigUpdated = false; field in class:XML11Configuration
611 fConfigUpdated = false;
819 fConfigUpdated = true;
833 fConfigUpdated = false;
895 return FeatureState.is(fConfigUpdated);
916 fConfigUpdated = true;
974 fConfigUpdated = true;
1523 fConfigUpdated = true;
1540 fConfigUpdated
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/opti/
H A DSchemaParsingConfig.java241 * fConfigUpdated is set to true if there has been any change to the configuration settings,
244 protected boolean fConfigUpdated = false; field in class:SchemaParsingConfig
410 return FeatureState.is(fConfigUpdated);
432 fConfigUpdated = true;
486 fConfigUpdated = true;
600 fConfigUpdated = false;
963 fConfigUpdated = true;
980 fConfigUpdated = true;

Completed in 47 milliseconds