jaxp/src/org/xml/sax/Locator.java
changeset 25262 1fe892ba017a
parent 12457 c348e06f0e82
equal deleted inserted replaced
24908:2dcf544eb7ed 25262:1fe892ba017a
    60  * If no locator has been set by the time the application receives
    60  * If no locator has been set by the time the application receives
    61  * the {@link org.xml.sax.ContentHandler#startDocument startDocument}
    61  * the {@link org.xml.sax.ContentHandler#startDocument startDocument}
    62  * event, the application should assume that a locator is not
    62  * event, the application should assume that a locator is not
    63  * available.</p>
    63  * available.</p>
    64  *
    64  *
    65  * @since SAX 1.0
    65  * @since 1.4, SAX 1.0
    66  * @author David Megginson
    66  * @author David Megginson
    67  * @see org.xml.sax.ContentHandler#setDocumentLocator
    67  * @see org.xml.sax.ContentHandler#setDocumentLocator
    68  */
    68  */
    69 public interface Locator {
    69 public interface Locator {
    70 
    70