Class SimpleTransformErrorListener

java.lang.Object
org.springframework.util.xml.SimpleTransformErrorListener
All Implemented Interfaces:
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.
Since:
1.2
Author:
Juergen Hoeller