jaxp/src/javax/xml/transform/ErrorListener.java
changeset 24887 47b6d4800c64
parent 12457 c348e06f0e82
child 25262 1fe892ba017a
equal deleted inserted replaced
24801:410bccbded9e 24887:47b6d4800c64
    26 package javax.xml.transform;
    26 package javax.xml.transform;
    27 
    27 
    28 /**
    28 /**
    29  * <p>To provide customized error handling, implement this interface and
    29  * <p>To provide customized error handling, implement this interface and
    30  * use the <code>setErrorListener</code> method to register an instance of the
    30  * use the <code>setErrorListener</code> method to register an instance of the
    31  * implmentation with the {@link javax.xml.transform.Transformer}.  The
    31  * implementation with the {@link javax.xml.transform.Transformer}.  The
    32  * <code>Transformer</code> then reports all errors and warnings through this
    32  * <code>Transformer</code> then reports all errors and warnings through this
    33  * interface.</p>
    33  * interface.</p>
    34  *
    34  *
    35  * <p>If an application does <em>not</em> register its own custom
    35  * <p>If an application does <em>not</em> register its own custom
    36  * <code>ErrorListener</code>, the default <code>ErrorListener</code>
    36  * <code>ErrorListener</code>, the default <code>ErrorListener</code>