open class SimpleSaxErrorHandler : ErrorHandler
Simple org.xml.sax.ErrorHandler implementation: logs warnings using the given Commons Logging logger instance, and rethrows errors to discontinue the XML transformation.
Author
Juergen Hoeller
Since
1.2
SimpleSaxErrorHandler(logger: Log)
Create a new SimpleSaxErrorHandler for the given Commons Logging logger instance. |
open fun error(ex: SAXParseException): Unit |
|
open fun fatalError(ex: SAXParseException): Unit |
|
open fun warning(ex: SAXParseException): Unit |