Uses of Interface
org.xml.sax.ext.DeclHandler

Packages that use DeclHandler
org.apache.xerces.parsers   
org.apache.xml.serialize   
 

Uses of DeclHandler in org.apache.xerces.parsers
 

Methods in org.apache.xerces.parsers that return DeclHandler
protected  DeclHandler SAXParser.getDeclHandler()
          Returns the DTD declaration event handler.
 

Methods in org.apache.xerces.parsers with parameters of type DeclHandler
protected  void SAXParser.setDeclHandler(DeclHandler handler)
          Set the DTD declaration event handler.
 

Uses of DeclHandler in org.apache.xml.serialize
 

Classes in org.apache.xml.serialize that implement DeclHandler
 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.
 



Copyright © 1999-2001 Apache XML Project. All Rights Reserved.