Searched defs:VALIDATE_ANNOTATIONS (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/parsers/
H A DStandardParserConfiguration.java106 protected static final String VALIDATE_ANNOTATIONS = field in class:StandardParserConfiguration
205 VALIDATE_ANNOTATIONS,
223 setFeature(VALIDATE_ANNOTATIONS, false);
H A DXML11Configuration.java153 protected static final String VALIDATE_ANNOTATIONS = field in class:XML11Configuration
477 GENERATE_SYNTHETIC_ANNOTATIONS, VALIDATE_ANNOTATIONS,
503 fFeatures.put(VALIDATE_ANNOTATIONS, Boolean.FALSE);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXMLSchemaLoader.java126 protected static final String VALIDATE_ANNOTATIONS = field in class:XMLSchemaLoader
170 VALIDATE_ANNOTATIONS,
1177 name.equals(VALIDATE_ANNOTATIONS) ||
1259 v.add(VALIDATE_ANNOTATIONS);
H A DXMLSchemaValidator.java163 protected static final String VALIDATE_ANNOTATIONS = field in class:XMLSchemaValidator
257 VALIDATE_ANNOTATIONS,
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSDHandler.java165 protected static final String VALIDATE_ANNOTATIONS = field in class:XSDHandler
3537 fValidateAnnotations = componentManager.getFeature(VALIDATE_ANNOTATIONS, false);

Completed in 64 milliseconds