src/javax/xml/transform/ErrorListener.java

Print this page
rev 602 : 8047723: @since tag cleanup in jaxp
Reviewed-by:

*** 47,56 **** --- 47,58 ---- * <code>Transformer</code> is not required to continue with the transformation * after a call to {@link #fatalError(TransformerException exception)}.</p> * * <p><code>Transformer</code>s may use this mechanism to report XML parsing * errors as well as transformation errors.</p> + * + * @since 1.4 */ public interface ErrorListener { /** * Receive notification of a warning.