Package | Description |
---|---|
org.xml.sax |
This package provides the core SAX APIs.
|
org.xml.sax.helpers |
This package contains "helper" classes, including
support for bootstrapping SAX-based applications.
|
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.
|
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2019 aicas GmbH. All Rights Reserved.