类 SimpleSaxErrorHandler

  • 所有已实现的接口:
    ErrorHandler

    public class SimpleSaxErrorHandler
    extends Object
    implements ErrorHandler
    Simple org.xml.sax.ErrorHandler implementation: logs warnings using the given Commons Logging logger instance, and rethrows errors to discontinue the XML transformation.
    从以下版本开始:
    1.2
    作者:
    Juergen Hoeller