Uses of Interface
org.xml.sax.DTDHandler

Packages that use DTDHandler
javax.xml.transform.sax This package implements SAX2-specific transformation APIs. 
org.apache.xalan.processor Parses an XSLT stylesheet document (which may include and import other stylesheet documents) and produces a StylesheetRoot (a TRaX Templates object). 
org.apache.xalan.stree Implementation of the Xalan Source Tree, which is a DOM implementation that is optimized for XSLT processing and the needs of Xalan. 
org.apache.xalan.transformer In charge of run-time transformations and the production of result trees. 
org.apache.xalan.xsltc.dom   
org.xml.sax SAX 2.0 interfaces. 
org.xml.sax.helpers SAX 2.0 implementation classes. 
 

Uses of DTDHandler in javax.xml.transform.sax
 

Subinterfaces of DTDHandler in javax.xml.transform.sax
 interface TransformerHandler
          A TransformerHandler listens for SAX ContentHandler parse events and transforms them to a Result.
 

Uses of DTDHandler in org.apache.xalan.processor
 

Classes in org.apache.xalan.processor that implement DTDHandler
 class CompilingStylesheetHandler
          **For advanced use only** Initializes and processes a stylesheet via SAX events.
 class StylesheetHandler
          **For advanced use only** Initializes and processes a stylesheet via SAX events.
 class StylesheetPIHandler
          Search for the xml-stylesheet processing instructions in an XML document.
 

Uses of DTDHandler in org.apache.xalan.stree
 

Classes in org.apache.xalan.stree that implement DTDHandler
 class SourceTreeHandler
          This class handles SAX2 parse events to create a source tree for transformation.
 

Uses of DTDHandler in org.apache.xalan.transformer
 

Classes in org.apache.xalan.transformer that implement DTDHandler
 class TransformerIdentityImpl
          This class implements an identity transformer for and {@link javax.xml.transform.TransformerFactory#newTransformer().
 class TrAXFilter
           
 

Uses of DTDHandler in org.apache.xalan.xsltc.dom
 

Classes in org.apache.xalan.xsltc.dom that implement DTDHandler
 class DTDMonitor
           
 

Uses of DTDHandler in org.xml.sax
 

Classes in org.xml.sax that implement DTDHandler
 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 that return DTDHandler
 DTDHandler XMLReader.getDTDHandler()
          Return the current DTD handler.
 

Methods in org.xml.sax with parameters of type DTDHandler
 void Parser.setDTDHandler(DTDHandler handler)
          Deprecated. Allow an application to register a DTD event handler.
 void XMLReader.setDTDHandler(DTDHandler handler)
          Allow an application to register a DTD event handler.
 

Uses of DTDHandler in org.xml.sax.helpers
 

Classes in org.xml.sax.helpers that implement DTDHandler
 class DefaultHandler
          Default base class for SAX2 event handlers.
 class XMLFilterImpl
          Base class for deriving an XML filter.
 

Methods in org.xml.sax.helpers that return DTDHandler
 DTDHandler XMLFilterImpl.getDTDHandler()
          Get the current DTD event handler.
 DTDHandler ParserAdapter.getDTDHandler()
          Return the current DTD handler.
 

Methods in org.xml.sax.helpers with parameters of type DTDHandler
 void XMLFilterImpl.setDTDHandler(DTDHandler handler)
          Set the DTD event handler.
 void ParserAdapter.setDTDHandler(DTDHandler handler)
          Set the DTD handler.
 void XMLReaderAdapter.setDTDHandler(DTDHandler handler)
          Register the DTD event handler.
 



Copyright © 2000 Apache XML Project. All Rights Reserved.