Uses of Interface
org.xml.sax.DocumentHandler
| Package | Description | 
|---|---|
| org.xml.sax | Provides the interfaces for the Simple API for XML (SAX). | 
| org.xml.sax.helpers | Provides helper classes, including
 support for bootstrapping SAX-based applications. | 
- 
Uses of DocumentHandler in org.xml.saxClasses in org.xml.sax that implement DocumentHandler Modifier and Type Class Description classHandlerBaseDeprecated.This class works with the deprecatedDocumentHandlerinterface.Methods in org.xml.sax with parameters of type DocumentHandler Modifier and Type Method Description voidParser. setDocumentHandler(DocumentHandler handler)Deprecated.Allow an application to register a document event handler.
- 
Uses of DocumentHandler in org.xml.sax.helpersClasses in org.xml.sax.helpers that implement DocumentHandler Modifier and Type Class Description classParserAdapterAdapt a SAX1 Parser as a SAX2 XMLReader.Methods in org.xml.sax.helpers with parameters of type DocumentHandler Modifier and Type Method Description voidXMLReaderAdapter. setDocumentHandler(DocumentHandler handler)Register the SAX1 document event handler.