Uses of Interface
org.apache.serialize.DOMSerializer

Packages that use DOMSerializer
org.apache.serialize Defines an interface for SAX and DOM serializers, a serializer factory and its configuration, the output format properties, and related interfaces. 
org.apache.xml.serialize.transition Translate SAX events, a DOM tree, or an XPath node-set return value into a stream. 
 

Uses of DOMSerializer in org.apache.serialize
 

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

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

Classes in org.apache.xml.serialize.transition 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.transition that return DOMSerializer
 DOMSerializer BaseMarkupSerializer.asDOMSerializer()
           
 



Copyright © 2000 Apache XML Project. All Rights Reserved.