类 SimpleSaxErrorHandler

java.lang.Object
cn.taketoday.util.xml.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.
从以下版本开始:
4.0
作者:
Juergen Hoeller