Uses of Interface
org.xml.sax.DTDHandler

Packages that use DTDHandler
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.transformer In charge of run-time transformations and the production of result trees. 
org.apache.xml.serialize.transition Translate SAX events, a DOM tree, or an XPath node-set return value into a stream. 
org.xml.sax SAX 2.0 interfaces. 
org.xml.sax.helpers SAX 2.0 implementation classes. 
 

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
          Handle the xml-stylesheet processing instruction.
 

Uses of DTDHandler in org.apache.xalan.transformer
 

Classes in org.apache.xalan.transformer that implement DTDHandler
 class TransformerImpl
          **For advanced use only** The Xalan workhorse -- Collaborates with the XPath xcontext, the DOM, and the XPath engine, to transform a source tree of nodes into a result tree according to instructions and templates specified by a stylesheet tree.
 

Uses of DTDHandler in org.apache.xml.serialize.transition
 

Classes in org.apache.xml.serialize.transition that implement DTDHandler
 class BaseMarkupSerializer
          Base class for a serializer supporting both DOM and SAX pretty serializing of XML/HTML/XHTML documents.
 class HTMLSerializer
          Implements an HTML/XHTML serializer supporting both DOM and SAX pretty serializing.
 class TextSerializer
          Implements a text serializer supporting both DOM and SAX serializing.
 class XHTMLSerializer
          Implements an XHTML serializer supporting both DOM and SAX pretty serializing.
 class XMLSerializer
          Implements an XML serializer supporting both DOM and SAX pretty serializing.
 

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.