类 SimpleTransformErrorListener

java.lang.Object
cn.taketoday.util.xml.SimpleTransformErrorListener
所有已实现的接口:
ErrorListener

public class SimpleTransformErrorListener extends Object implements ErrorListener
Simple javax.xml.transform.ErrorListener implementation: logs warnings using the given Commons Logging logger instance, and rethrows errors to discontinue the XML transformation.
从以下版本开始:
4.0
作者:
Juergen Hoeller