Uses of Interface
org.apache.serialize.SerializerHandler

Packages that use SerializerHandler
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. 
 

Uses of SerializerHandler in org.apache.xalan.transformer
 

Classes in org.apache.xalan.transformer that implement SerializerHandler
 class ResultTreeHandler
          This class is a layer between the direct calls to the result tree content handler, and the transformer.
 

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

Classes in org.apache.xml.serialize.transition that implement SerializerHandler
 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 © 2000 Apache XML Project. All Rights Reserved.