Searched defs:ERROR_HANDLER (Results 1 - 13 of 13) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/parsers/
H A DXMLParser.java65 protected static final String ERROR_HANDLER = field in class:XMLParser
71 ERROR_HANDLER,
H A DBasicParserConfiguration.java136 protected static final String ERROR_HANDLER = field in class:BasicParserConfiguration
231 ERROR_HANDLER,
413 fProperties.put(ERROR_HANDLER, errorHandler);
425 return (XMLErrorHandler)fProperties.get(ERROR_HANDLER);
H A DXMLGrammarPreparser.java73 protected static final String ERROR_HANDLER = field in class:XMLGrammarPreparser
98 ERROR_HANDLER,
235 fErrorReporter.setProperty(ERROR_HANDLER, errorHandler);
H A DXML11NonValidatingConfiguration.java123 protected static final String ERROR_HANDLER = field in class:XML11NonValidatingConfiguration
360 ERROR_HANDLER,
555 fProperties.put(ERROR_HANDLER, errorHandler);
567 return (XMLErrorHandler)fProperties.get(ERROR_HANDLER);
H A DXML11Configuration.java204 protected static final String ERROR_HANDLER = field in class:XML11Configuration
515 ERROR_HANDLER,
744 fProperties.put(ERROR_HANDLER, errorHandler);
756 return (XMLErrorHandler)fProperties.get(ERROR_HANDLER);
H A DXML11DTDConfiguration.java154 protected static final String ERROR_HANDLER = field in class:XML11DTDConfiguration
420 ERROR_HANDLER,
629 fProperties.put(ERROR_HANDLER, errorHandler);
641 return (XMLErrorHandler)fProperties.get(ERROR_HANDLER);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/validation/
H A DStreamValidatorHelper.java69 private static final String ERROR_HANDLER = field in class:StreamValidatorHelper
143 config.setProperty(ERROR_HANDLER, fComponentManager.getProperty(ERROR_HANDLER));
169 config.setProperty(ERROR_HANDLER, fComponentManager.getProperty(ERROR_HANDLER));
H A DXMLSchemaValidatorComponentManager.java91 private static final String ERROR_HANDLER = field in class:XMLSchemaValidatorComponentManager
220 fComponents.put(ERROR_HANDLER, null);
371 if (ENTITY_RESOLVER.equals(propertyId) || ERROR_HANDLER.equals(propertyId) ||
424 setProperty(ERROR_HANDLER, (errorHandler != null) ? new ErrorHandlerWrapper(errorHandler) :
456 fComponents.put(ERROR_HANDLER, null);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DXMLErrorReporter.java159 protected static final String ERROR_HANDLER = field in class:XMLErrorReporter
176 ERROR_HANDLER,
477 fErrorHandler = (XMLErrorHandler)componentManager.getProperty(ERROR_HANDLER);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/
H A DXMLDTDLoader.java144 protected static final String ERROR_HANDLER = field in class:XMLDTDLoader
159 ERROR_HANDLER,
209 errorReporter.setProperty(ERROR_HANDLER, new DefaultErrorHandler());
306 else if (propertyId.equals(ERROR_HANDLER)) {
357 else if (propertyId.equals(ERROR_HANDLER)) {
430 fErrorReporter.setProperty(ERROR_HANDLER, errorHandler);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DDOMConfigurationImpl.java137 protected static final String ERROR_HANDLER = field in class:DOMConfigurationImpl
276 ERROR_HANDLER,
488 fProperties.put(ERROR_HANDLER, errorHandler);
500 return (XMLErrorHandler)fProperties.get(ERROR_HANDLER);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXMLSchemaLoader.java188 protected static final String ERROR_HANDLER = field in class:XMLSchemaLoader
232 ERROR_HANDLER,
328 errorReporter.setProperty(ERROR_HANDLER, new DefaultErrorHandler());
501 fErrorReporter.setProperty(ERROR_HANDLER, errorHandler);
1195 name.equals(ERROR_HANDLER) ||
1249 v.add(ERROR_HANDLER);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSDHandler.java189 protected static final String ERROR_HANDLER = field in class:XSDHandler
705 fAnnotationValidator.setProperty(ERROR_HANDLER, (errorHandler != null) ? errorHandler : new DefaultErrorHandler());
3519 // than checking its value. Don't set the ERROR_HANDLER
3521 if (currErrorHandler != fSchemaParser.getProperty(ERROR_HANDLER)) {
3522 fSchemaParser.setProperty(ERROR_HANDLER, (currErrorHandler != null) ? currErrorHandler : new DefaultErrorHandler());
3524 fAnnotationValidator.setProperty(ERROR_HANDLER, (currErrorHandler != null) ? currErrorHandler : new DefaultErrorHandler());

Completed in 70 milliseconds