Searched refs:PARSER_SETTINGS (Results 1 - 19 of 19) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/
H A DSchemaValidatorConfiguration.java56 private static final String PARSER_SETTINGS = field in class:SchemaValidatorConfiguration
57 Constants.XERCES_FEATURE_PREFIX + Constants.PARSER_SETTINGS;
131 if (PARSER_SETTINGS.equals(featureId)) {
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DParserConfigurationSettings.java51 protected static final String PARSER_SETTINGS = field in class:ParserConfigurationSettings
52 Constants.XERCES_FEATURE_PREFIX + Constants.PARSER_SETTINGS;
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/parsers/
H A DBasicParserConfiguration.java213 PARSER_SETTINGS,
220 fFeatures.put(PARSER_SETTINGS, Boolean.TRUE);
576 if (suffixLength == Constants.PARSER_SETTINGS.length() &&
577 featureId.endsWith(Constants.PARSER_SETTINGS)) {
H A DNonValidatingConfiguration.java277 PARSER_SETTINGS,
295 fFeatures.put(PARSER_SETTINGS, Boolean.TRUE);
414 if (featureId.equals(PARSER_SETTINGS)){
H A DXML11DTDConfiguration.java404 PARSER_SETTINGS
414 fFeatures.put(PARSER_SETTINGS, Boolean.TRUE);
778 if (featureId.equals(PARSER_SETTINGS)){
1129 if (suffixLength == Constants.PARSER_SETTINGS.length() &&
1130 featureId.endsWith(Constants.PARSER_SETTINGS)) {
H A DXML11NonValidatingConfiguration.java343 PARSER_SETTINGS
353 fFeatures.put(PARSER_SETTINGS, Boolean.TRUE);
704 if (featureId.equals(PARSER_SETTINGS)){
1019 if (suffixLength == Constants.PARSER_SETTINGS.length() &&
1020 featureId.endsWith(Constants.PARSER_SETTINGS)) {
H A DXIncludeAwareParserConfiguration.java277 if (featureId.equals(PARSER_SETTINGS)) {
H A DXML11Configuration.java488 PARSER_SETTINGS,
508 fFeatures.put(PARSER_SETTINGS, Boolean.TRUE);
894 if (featureId.equals(PARSER_SETTINGS)){
1345 if (suffixLength == Constants.PARSER_SETTINGS.length() &&
1346 featureId.endsWith(Constants.PARSER_SETTINGS)) {
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/validation/
H A DStreamValidatorHelper.java59 private static final String PARSER_SETTINGS = field in class:StreamValidatorHelper
60 Constants.XERCES_FEATURE_PREFIX + Constants.PARSER_SETTINGS;
141 else if (fComponentManager.getFeature(PARSER_SETTINGS)) {
H A DXMLSchemaValidatorComponentManager.java271 if (PARSER_SETTINGS.equals(featureId)) {
298 if (PARSER_SETTINGS.equals(featureId)) {
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DXMLScanner.java95 protected static final String PARSER_SETTINGS = field in class:XMLScanner
96 Constants.XERCES_FEATURE_PREFIX + Constants.PARSER_SETTINGS;
246 fParserSettings = componentManager.getFeature(PARSER_SETTINGS, true);
H A DConstants.java387 public static final String PARSER_SETTINGS = "internal/parser-settings"; field in class:Constants
H A DXMLEntityManager.java166 protected static final String PARSER_SETTINGS = field in class:XMLEntityManager
167 Constants.XERCES_FEATURE_PREFIX + Constants.PARSER_SETTINGS;
1454 boolean parser_settings = componentManager.getFeature(PARSER_SETTINGS, true);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/opti/
H A DSchemaParsingConfig.java302 PARSER_SETTINGS, WARN_ON_DUPLICATE_ATTDEF, WARN_ON_UNDECLARED_ELEMDEF,
308 fFeatures.put(PARSER_SETTINGS, Boolean.TRUE);
409 if (featureId.equals(PARSER_SETTINGS)) {
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/
H A DXMLDTDProcessor.java146 protected static final String PARSER_SETTINGS = field in class:XMLDTDProcessor
147 Constants.XERCES_FEATURE_PREFIX + Constants.PARSER_SETTINGS;
337 boolean parser_settings = componentManager.getFeature(PARSER_SETTINGS, true);
H A DXMLDTDValidator.java122 protected static final String PARSER_SETTINGS = field in class:XMLDTDValidator
123 Constants.XERCES_FEATURE_PREFIX + Constants.PARSER_SETTINGS;
441 boolean parser_settings = componentManager.getFeature(PARSER_SETTINGS, true);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXMLSchemaLoader.java144 protected static final String PARSER_SETTINGS = field in class:XMLSchemaLoader
145 Constants.XERCES_FEATURE_PREFIX + Constants.PARSER_SETTINGS;
989 boolean parser_settings = componentManager.getFeature(PARSER_SETTINGS, true);
H A DXMLSchemaValidator.java178 protected static final String PARSER_SETTINGS = field in class:XMLSchemaValidator
179 Constants.XERCES_FEATURE_PREFIX + Constants.PARSER_SETTINGS;
1339 boolean parser_settings = componentManager.getFeature(PARSER_SETTINGS, true);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xinclude/
H A DXIncludeHandler.java231 protected static final String PARSER_SETTINGS = field in class:XIncludeHandler
232 Constants.XERCES_FEATURE_PREFIX + Constants.PARSER_SETTINGS;
431 if (!componentManager.getFeature(PARSER_SETTINGS)) {

Completed in 124 milliseconds