jaxp/src/org/w3c/dom/DOMLocator.java
changeset 25262 1fe892ba017a
parent 12457 c348e06f0e82
equal deleted inserted replaced
24908:2dcf544eb7ed 25262:1fe892ba017a
    43 
    43 
    44 /**
    44 /**
    45  * <code>DOMLocator</code> is an interface that describes a location (e.g.
    45  * <code>DOMLocator</code> is an interface that describes a location (e.g.
    46  * where an error occurred).
    46  * where an error occurred).
    47  * <p>See also the <a href='http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407'>Document Object Model (DOM) Level 3 Core Specification</a>.
    47  * <p>See also the <a href='http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407'>Document Object Model (DOM) Level 3 Core Specification</a>.
    48  * @since DOM Level 3
    48  * @since 1.5, DOM Level 3
    49  */
    49  */
    50 public interface DOMLocator {
    50 public interface DOMLocator {
    51     /**
    51     /**
    52      * The line number this locator is pointing to, or <code>-1</code> if
    52      * The line number this locator is pointing to, or <code>-1</code> if
    53      * there is no column number available.
    53      * there is no column number available.