Uses of Interface
org.xml.sax.ContentHandler

Packages that use ContentHandler
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 ContentHandler in org.xml.sax
 

Methods in org.xml.sax that return ContentHandler
 ContentHandler XMLReader.getContentHandler()
          Return the current content handler.
 

Methods in org.xml.sax with parameters of type ContentHandler
 void XMLReader.setContentHandler(ContentHandler handler)
          Allow an application to register a content event handler.
 

Uses of ContentHandler in org.xml.sax.helpers
 

Classes in org.xml.sax.helpers that implement ContentHandler
 class DefaultHandler
          Default base class for SAX2 event handlers.
 class XMLFilterImpl
          Base class for deriving an XML filter.
 class XMLReaderAdapter
          Adapt a SAX2 XMLReader as a SAX1 Parser.
 

Methods in org.xml.sax.helpers that return ContentHandler
 ContentHandler XMLFilterImpl.getContentHandler()
          Get the content event handler.
 ContentHandler ParserAdapter.getContentHandler()
          Return the current content handler.
 

Methods in org.xml.sax.helpers with parameters of type ContentHandler
 void XMLFilterImpl.setContentHandler(ContentHandler handler)
          Set the content event handler.
 void ParserAdapter.setContentHandler(ContentHandler handler)
          Set the content handler.
 



SAX is in the PUBLIC DOMAIN.
See http://www.saxproject.org for information and source code.
This documentation was derived from that source code on 29-Jan-2002.