Searched refs:USE_GRAMMAR_POOL_ONLY (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/
H A DSchemaValidatorConfiguration.java52 private static final String USE_GRAMMAR_POOL_ONLY = field in class:SchemaValidatorConfiguration
137 else if (USE_GRAMMAR_POOL_ONLY.equals(featureId)) {
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/validation/
H A DXMLSchemaValidatorComponentManager.java77 private static final String USE_GRAMMAR_POOL_ONLY = field in class:XMLSchemaValidatorComponentManager
277 else if (USE_GRAMMAR_POOL_ONLY.equals(featureId)) {
304 else if (USE_GRAMMAR_POOL_ONLY.equals(featureId) && value != fUseGrammarPoolOnly) {
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/parsers/
H A DXML11Configuration.java169 protected static final String USE_GRAMMAR_POOL_ONLY = field in class:XML11Configuration
480 USE_GRAMMAR_POOL_ONLY,
507 fFeatures.put(USE_GRAMMAR_POOL_ONLY, Boolean.FALSE);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXMLSchemaValidator.java171 protected static final String USE_GRAMMAR_POOL_ONLY = field in class:XMLSchemaValidator
259 USE_GRAMMAR_POOL_ONLY,
1383 fUseGrammarPoolOnly = componentManager.getFeature(USE_GRAMMAR_POOL_ONLY, false);

Completed in 46 milliseconds