Package | Description |
---|---|
org.xml.sax | |
org.xml.sax.helpers |
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.
|
Copyright © 2014 Apache XML Project. All Rights Reserved.