Uses of Interface
org.apache.xml.serialize.DOMSerializer

Packages that use DOMSerializer
org.apache.xml.serialize   
 

Uses of DOMSerializer in org.apache.xml.serialize
 

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

Methods in org.apache.xml.serialize that return DOMSerializer
 DOMSerializer BaseMarkupSerializer.asDOMSerializer()
           
 DOMSerializer Serializer.asDOMSerializer()
          Return a DOMSerializer interface into this serializer.
 



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