类 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.
    从以下版本开始:
    1.2
    作者:
    Juergen Hoeller