Uses of Interface
org.xml.sax.ContentHandler

Packages that use ContentHandler
org.apache.batik.dom.svg   
org.apache.batik.dom.util Provides some utility classes for the implementation of the DOM. 
org.xml.sax   
org.xml.sax.helpers   
 

Uses of ContentHandler in org.apache.batik.dom.svg
 

Classes in org.apache.batik.dom.svg that implement ContentHandler
 class SAXSVGDocumentFactory
          This class contains methods for creating SVGDocument instances from an URI using SAX2.
 

Uses of ContentHandler in org.apache.batik.dom.util
 

Classes in org.apache.batik.dom.util that implement ContentHandler
 class SAXDocumentFactory
          This class contains methods for creating Document instances from an URI using SAX2.
 

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 ParserAdapter.getContentHandler()
          Return the current content handler.
 ContentHandler XMLFilterImpl.getContentHandler()
          Get the content event handler.
 

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



Copyright © 2002 Apache Software Foundation. All Rights Reserved.