Package com.helger.xml.sax
Class DoNothingSAXErrorHandler
java.lang.Object
com.helger.xml.sax.AbstractSAXErrorHandler
com.helger.xml.sax.DoNothingSAXErrorHandler
- All Implemented Interfaces:
ISAXErrorHandler,ErrorHandler
java.xml error handler that ignores all errors.
- Author:
- Philip Helger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidinternalLog(com.helger.commons.error.level.IErrorLevel aErrorLevel, SAXParseException aException) Methods inherited from class com.helger.xml.sax.AbstractSAXErrorHandler
error, fatalError, getSaxParseError, toString, warningMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.helger.xml.sax.ISAXErrorHandler
andThen
-
Constructor Details
-
DoNothingSAXErrorHandler
public DoNothingSAXErrorHandler()
-
-
Method Details
-
internalLog
protected void internalLog(@Nonnull com.helger.commons.error.level.IErrorLevel aErrorLevel, SAXParseException aException) - Specified by:
internalLogin classAbstractSAXErrorHandler
-