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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DConstants.java331 public static final String DEFAULT_ATTRIBUTE_VALUES_FEATURE = "validation/default-attribute-values"; field in class:Constants
617 DEFAULT_ATTRIBUTE_VALUES_FEATURE,
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/parsers/
H A DNonValidatingConfiguration.java674 if (suffixLength == Constants.DEFAULT_ATTRIBUTE_VALUES_FEATURE.length() &&
675 featureId.endsWith(Constants.DEFAULT_ATTRIBUTE_VALUES_FEATURE)) {
H A DDTDConfiguration.java745 if (suffixLength == Constants.DEFAULT_ATTRIBUTE_VALUES_FEATURE.length() &&
746 featureId.endsWith(Constants.DEFAULT_ATTRIBUTE_VALUES_FEATURE)) {
H A DXML11DTDConfiguration.java1092 if (suffixLength == Constants.DEFAULT_ATTRIBUTE_VALUES_FEATURE.length() &&
1093 featureId.endsWith(Constants.DEFAULT_ATTRIBUTE_VALUES_FEATURE)) {
H A DXML11NonValidatingConfiguration.java982 if (suffixLength == Constants.DEFAULT_ATTRIBUTE_VALUES_FEATURE.length() &&
983 featureId.endsWith(Constants.DEFAULT_ATTRIBUTE_VALUES_FEATURE)) {
H A DXML11Configuration.java1282 if (suffixLength == Constants.DEFAULT_ATTRIBUTE_VALUES_FEATURE.length() &&
1283 featureId.endsWith(Constants.DEFAULT_ATTRIBUTE_VALUES_FEATURE)) {
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/opti/
H A DSchemaParsingConfig.java840 if (suffixLength == Constants.DEFAULT_ATTRIBUTE_VALUES_FEATURE.length() &&
841 featureId.endsWith(Constants.DEFAULT_ATTRIBUTE_VALUES_FEATURE)) {

Completed in 60 milliseconds