javax.xml.transform

Interface ErrorListener

public interface ErrorListener

JAXP/Transform analogue of SAX ErrorHandler, using TransformerException classes.

Version: 1.0

Author: Andrew Selkirk

Method Summary
voiderror(TransformerException exception)
voidfatalError(TransformerException exception)
voidwarning(TransformerException exception)

Method Detail

error

public void error(TransformerException exception)

fatalError

public void fatalError(TransformerException exception)

warning

public void warning(TransformerException exception)

Source code is under GPL (with library exception) in the JAXP project at http://www.gnu.org/software/classpathx/jaxp
This documentation was derived from that source code on 2013-01-12.