| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DocumentHandler | |
|---|---|
| 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. | 
| Uses of DocumentHandler in org.xml.sax | 
|---|
| Classes in org.xml.sax that implement DocumentHandler | |
|---|---|
|  class | HandlerBaseDeprecated. This class works with the deprecated DocumentHandlerinterface.  It has been replaced by the SAX2DefaultHandlerclass. | 
| Methods in org.xml.sax with parameters of type DocumentHandler | |
|---|---|
|  void | Parser.setDocumentHandler(DocumentHandler handler)Deprecated. Allow an application to register a document event handler. | 
| Uses of DocumentHandler in org.xml.sax.helpers | 
|---|
| Classes in org.xml.sax.helpers that implement DocumentHandler | |
|---|---|
|  class | ParserAdapterAdapt a SAX1 Parser as a SAX2 XMLReader. | 
| Methods in org.xml.sax.helpers with parameters of type DocumentHandler | |
|---|---|
|  void | XMLReaderAdapter.setDocumentHandler(DocumentHandler handler)Register the SAX1 document event handler. | 
| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.