Uses of Interface
com.helger.xml.sax.ISAXErrorHandler
-
Packages that use ISAXErrorHandler Package Description com.helger.xml.sax -
-
Uses of ISAXErrorHandler in com.helger.xml.sax
Classes in com.helger.xml.sax that implement ISAXErrorHandler Modifier and Type Class Description classAbstractSAXErrorHandlerjava.xml error handler base class.classCollectingSAXErrorHandlerAn error handler implementation that stores all warnings, errors and fatal errors.classDoNothingSAXErrorHandlerjava.xml error handler that ignores all errors.classLoggingSAXErrorHandlerjava.xml error handler that simply logs data to a logger.classWrappedCollectingSAXErrorHandlerAn error handler implementation that stores all warnings, errors and fatal errors.Methods in com.helger.xml.sax that return ISAXErrorHandler Modifier and Type Method Description default ISAXErrorHandlerISAXErrorHandler. andThen(ErrorHandler aOther)
-