| 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  | HandlerBaseDeprecated. 
 This class works with the deprecated
              DocumentHandlerinterface.  It has been replaced by the SAX2DefaultHandlerclass. | 
| 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  | ParserAdapterAdapt a SAX1 Parser as a SAX2 XMLReader. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | XMLReaderAdapter. setDocumentHandler(DocumentHandler handler)Register the SAX1 document event handler. | 
 Submit a bug or feature 
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
 Copyright © 1993, 2017, Oracle and/or its affiliates.  All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.