Uses of Interface
org.xml.sax.Locator

Packages that use Locator
org.xml.sax SAX (Simple API to XML) is an event-driven parser API, which supports most of the widely available XML parsers. 
org.xml.sax.helpers This package contains simple "helper" classes which can help programmers get started using the SAX APIs. 
 

Uses of Locator in org.xml.sax
 

Methods in org.xml.sax with parameters of type Locator
 void HandlerBase.setDocumentLocator(Locator locator)
          Receive a Locator object for document events.
 void DocumentHandler.setDocumentLocator(Locator locator)
          Receive an object for locating the origin of SAX document events.
 

Constructors in org.xml.sax with parameters of type Locator
SAXParseException.SAXParseException(java.lang.String message, Locator locator)
          Create a new SAXParseException from a message and a Locator.
SAXParseException.SAXParseException(java.lang.String message, Locator locator, java.lang.Exception e)
          Wrap an existing exception in a SAXParseException.
 

Uses of Locator in org.xml.sax.helpers
 

Classes in org.xml.sax.helpers that implement Locator
 class LocatorImpl
          Provide an optional convenience implementation of Locator.
 

Constructors in org.xml.sax.helpers with parameters of type Locator
LocatorImpl.LocatorImpl(Locator locator)
          Copy constructor.
 



Submit Feedback to xml-feedback@java.sun.com
Copyright © 1998-2000 Sun Microsystems, Inc. All Rights Reserved.

Sun Microsystems, Inc.
901 San Antonio Road
Palo Alto, California, 94303, U.S.A.