jaxp/src/org/xml/sax/helpers/LocatorImpl.java
changeset 25262 1fe892ba017a
parent 12457 c348e06f0e82
equal deleted inserted replaced
24908:2dcf544eb7ed 25262:1fe892ba017a
    67  *
    67  *
    68  * <p>Normally, parser writers will not use this class, since it
    68  * <p>Normally, parser writers will not use this class, since it
    69  * is more efficient to provide location information only when
    69  * is more efficient to provide location information only when
    70  * requested, rather than constantly updating a Locator object.</p>
    70  * requested, rather than constantly updating a Locator object.</p>
    71  *
    71  *
    72  * @since SAX 1.0
    72  * @since 1.4, SAX 1.0
    73  * @author David Megginson
    73  * @author David Megginson
    74  * @see org.xml.sax.Locator Locator
    74  * @see org.xml.sax.Locator Locator
    75  */
    75  */
    76 public class LocatorImpl implements Locator
    76 public class LocatorImpl implements Locator
    77 {
    77 {