| Package | Description |
|---|---|
| org.xml.sax |
SAX 2.0 r2 prerelease interfaces
|
| org.xml.sax.helpers |
SAX 2.0 r2 prerelease helper interfaces
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
SAXParseException(java.lang.String message,
Locator locator)
Create a new SAXParseException from a message and a Locator.
|
SAXParseException(java.lang.String message,
Locator locator,
java.lang.Exception e)
Wrap an existing exception in a SAXParseException.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LocatorImpl
Provide an optional convenience implementation of Locator.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
LocatorImpl(Locator locator)
Copy constructor.
|