| Package | Description |
|---|---|
| javax.xml.bind.helpers |
JAXB Provider Use Only: Provides partial default implementations for some of the
javax.xml.bind interfaces.
|
| org.xml.sax |
This package provides the core SAX APIs.
|
| org.xml.sax.ext |
This package contains interfaces to SAX2 facilities that conformant SAX drivers won't necessarily support.
|
| org.xml.sax.helpers |
This package contains "helper" classes, including support for bootstrapping SAX-based applications.
|
| Constructor and Description | |
|---|---|
ValidationEventLocatorImpl(Locator
Constructs an object from an org.xml.sax.Locator.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HandlerBase.setDocumentLocator(Locator
Deprecated.
Receive a Locator object for document events.
|
void |
ContentHandler.setDocumentLocator(Locator
Receive an object for locating the origin of SAX document events.
|
void |
DocumentHandler.setDocumentLocator(Locator
Deprecated.
Receive an object for locating the origin of SAX document events.
|
| Constructor and Description | |
|---|---|
SAXParseException(String
Create a new SAXParseException from a message and a Locator.
|
|
SAXParseException(String
Wrap an existing exception in a SAXParseException.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Locator2
SAX2 extension to augment the entity information provided though a
Locator.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Locator2Impl
SAX2 extension helper for holding additional Entity information, implementing the
Locator2 interface.
|
| Constructor and Description | |
|---|---|
Locator2Impl(Locator
Copy an existing Locator or Locator2 object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LocatorImpl
Provide an optional convenience implementation of Locator.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultHandler.setDocumentLocator(Locator
Receive a Locator object for document events.
|
void |
ParserAdapter.setDocumentLocator(Locator
Adapter implementation method; do not call.
|
void |
XMLReaderAdapter.setDocumentLocator(Locator
Set a document locator.
|
void |
XMLFilterImpl.setDocumentLocator(Locator
Filter a new document locator event.
|
| Constructor and Description | |
|---|---|
LocatorImpl(Locator
Copy constructor.
|