jaxp/src/javax/xml/transform/ErrorListener.java
changeset 25262 1fe892ba017a
parent 24887 47b6d4800c64
equal deleted inserted replaced
24908:2dcf544eb7ed 25262:1fe892ba017a
    47  * <code>Transformer</code> is not required to continue with the transformation
    47  * <code>Transformer</code> is not required to continue with the transformation
    48  * after a call to {@link #fatalError(TransformerException exception)}.</p>
    48  * after a call to {@link #fatalError(TransformerException exception)}.</p>
    49  *
    49  *
    50  * <p><code>Transformer</code>s may use this mechanism to report XML parsing
    50  * <p><code>Transformer</code>s may use this mechanism to report XML parsing
    51  * errors as well as transformation errors.</p>
    51  * errors as well as transformation errors.</p>
       
    52  *
       
    53  * @since 1.4
    52  */
    54  */
    53 public interface ErrorListener {
    55 public interface ErrorListener {
    54 
    56 
    55     /**
    57     /**
    56      * Receive notification of a warning.
    58      * Receive notification of a warning.