jaxp/src/javax/xml/transform/dom/DOMLocator.java
changeset 25262 1fe892ba017a
parent 12457 c348e06f0e82
equal deleted inserted replaced
24908:2dcf544eb7ed 25262:1fe892ba017a
    35  * primarily for error reporting.  To use a DOMLocator, the receiver of an
    35  * primarily for error reporting.  To use a DOMLocator, the receiver of an
    36  * error must downcast the {@link javax.xml.transform.SourceLocator}
    36  * error must downcast the {@link javax.xml.transform.SourceLocator}
    37  * object returned by an exception. A {@link javax.xml.transform.Transformer}
    37  * object returned by an exception. A {@link javax.xml.transform.Transformer}
    38  * may use this object for purposes other than error reporting, for instance,
    38  * may use this object for purposes other than error reporting, for instance,
    39  * to indicate the source node that originated a result node.
    39  * to indicate the source node that originated a result node.
       
    40  *
       
    41  * @since 1.4
    40  */
    42  */
    41 public interface DOMLocator extends SourceLocator {
    43 public interface DOMLocator extends SourceLocator {
    42 
    44 
    43     /**
    45     /**
    44      * Return the node where the event occurred.
    46      * Return the node where the event occurred.