JavaTM 2 Platform
Std. Ed. v1.4.2

Uses of Interface
org.xml.sax.DocumentHandler

Packages that use DocumentHandler
org.xml.sax Provides the classes and interfaces for the Simple API for XML (SAX) which is a component of the Java API for XML Processing
org.xml.sax.helpers Provides helper classes for the Simple API for XML (SAX) which is a component of the Java API for XML Processing
 

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.
 


JavaTM 2 Platform
Std. Ed. v1.4.2

Submit a bug or feature
For further API reference and developer documentation, see Java 2 SDK SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.

Copyright 2003 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.