e.org/xml/properties/internal/error-reporter
Errors are separated into domains that categorize a class of errors. In a parser configuration, the parser would register a MessageFormatter
for each domain that is capable of localizing error messages and formatting them based on information about the error. Any parser component can invent new error domains and register additional message formatters to localize messages in those domains.
This component requires the following features and properties from the component manager that uses it:
- http://apache.org/xml/properties/internal/error-handler
This component can use the following features and properties but they are not required:
- http://apache.org/xml/features/continue-after-fatal-error
@xerces.internal
@see MessageFormatter
@author Eric Ye, IBM
@author Andy Clark, IBM
@version $Id: XMLErrorReporter.java 718856 2008-11-19 04:54:03Z mrglavas $