BEA Systems, Inc.

BEA WebLogic Server 9.0 API Reference


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

Packages that use Serializer
weblogic.apache.xml.serialize   
 

Uses of Serializer in weblogic.apache.xml.serialize
 

Classes in weblogic.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 weblogic.apache.xml.serialize that return Serializer
abstract  Serializer SerializerFactory.makeSerializer(OutputFormat format)
          Create a new serializer based on the OutputFormat.
abstract  Serializer SerializerFactory.makeSerializer(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(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.
 


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs90
Copyright 2005 BEA Systems Inc.