| 
JavaTM 2 Platform Std. Ed. v1.4.2  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Locator | |
| org.xml.sax | Provides the classes and interfaces for the Simple API for XML (SAX) which is a component of the Java API for XML Processing. | 
| org.xml.sax.helpers | Provides helper classes for the Simple API for XML (SAX) which is a component of the Java API for XML Processing. | 
| Uses of Locator in org.xml.sax | 
| Methods in org.xml.sax with parameters of type Locator | |
 void | 
HandlerBase.setDocumentLocator(Locator locator)
Deprecated. Receive a Locator object for document events.  | 
 void | 
DocumentHandler.setDocumentLocator(Locator locator)
Deprecated. Receive an object for locating the origin of SAX document events.  | 
 void | 
ContentHandler.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(String message,
                  Locator locator)
Create a new SAXParseException from a message and a Locator.  | 
|
SAXParseException(String message,
                  Locator locator,
                  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.  | 
| Methods in org.xml.sax.helpers with parameters of type Locator | |
 void | 
XMLReaderAdapter.setDocumentLocator(Locator locator)
Set a document locator.  | 
 void | 
XMLFilterImpl.setDocumentLocator(Locator locator)
Filter a new document locator event.  | 
 void | 
ParserAdapter.setDocumentLocator(Locator locator)
Adapt a SAX1 document locator event.  | 
 void | 
DefaultHandler.setDocumentLocator(Locator locator)
Receive a Locator object for document events.  | 
| Constructors in org.xml.sax.helpers with parameters of type Locator | |
LocatorImpl(Locator locator)
Copy constructor.  | 
|
  | 
JavaTM 2 Platform Std. Ed. v1.4.2  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
Copyright 2003 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.