Class ValidatingErrorHandler

  • All Implemented Interfaces:
    ErrorHandler

    public class ValidatingErrorHandler
    extends Object
    implements ErrorHandler
    ErrorHandler implementation which overrides the default behavior of ignoring parse errors to throw a SAXException instead. This handler is used by the validating parsers of the XMLFactory.
    Author:
    Abe White