| 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 | Class and Description |
|---|---|
class |
HandlerBase
Deprecated.
This class works with the deprecated
DocumentHandler
interface. It has been replaced by the SAX2
DefaultHandler
class. |
| Modifier and Type | Method and Description |
|---|---|
void |
Parser.setDocumentHandler(DocumentHandler handler)
Deprecated.
Allow an application to register a document event handler.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ParserAdapter
Adapt a SAX1 Parser as a SAX2 XMLReader.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XMLReaderAdapter.setDocumentHandler(DocumentHandler handler)
Register the SAX1 document event handler.
|