Uses of Interface
org.xml.sax.DocumentHandler

Packages that use DocumentHandler
gnu.xml.aelfred2 This package contains Ælfred2, which includes an enhanced SAX2-compatible version of the Ælfred non-validating XML parser, a modular (and hence optional) DTD validating parser, and modular (and hence optional) JAXP glue to those. 
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 gnu.xml.aelfred2
 

Methods in gnu.xml.aelfred2 with parameters of type DocumentHandler
 void SAXDriver.setDocumentHandler(DocumentHandler handler)
          Deprecated. SAX2 programs should use the XMLReader interface and a ContentHandler.
 

Uses of DocumentHandler in org.xml.sax
 

Classes in org.xml.sax that implement DocumentHandler
 class HandlerBase
          Deprecated. This class works with the deprecated DocumentHandler interface. It has been replaced by the SAX2 DefaultHandler class.
 

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 ParserAdapter
          Adapt 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.
 



Source code is under GPL (with library exception) in the JAXP project at http://www.gnu.org/software/classpathx/jaxp
This documentation was derived from that source code on 2004-06-11.