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

Packages that use Serializer
org.apache.xml.serialize   
 

Uses of Serializer in org.apache.xml.serialize
 

Classes in org.apache.xml.serialize that implement Serializer
 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 Serializer
abstract  Serializer SerializerFactory.makeSerializer(OutputFormat format)
          Create a new serializer based on the OutputFormat.
abstract  Serializer SerializerFactory.makeSerializer(java.io.Writer writer, OutputFormat format)
          Create a new serializer, based on the OutputFormat and using the writer as the output character stream.
abstract  Serializer SerializerFactory.makeSerializer(java.io.OutputStream output, OutputFormat format)
          Create a new serializer, based on the OutputFormat and using the output byte stream and the encoding specified in the output format.
 



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