|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |