Oracle

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

Packages that use Serializer
weblogic.apache.xml.serialize Deprecated 9.2.0.0. Provides interfaces and classes for weblogic.apache.xml.serialize
 

Uses of Serializer in weblogic.apache.xml.serialize
 

Classes in weblogic.apache.xml.serialize that implement Serializer
 class BaseMarkupSerializer
          Deprecated. 9.2.0.0 Replaced by org.apache.xml.serialize.BaseMarkupSerializer.
 class HTMLSerializer
          Deprecated. 9.2.0.0 Replaced by org.apache.xml.serialize.HTMLSerializer.
 class TextSerializer
          Deprecated. 9.2.0.0 Replaced by org.apache.xml.serialize.TextSerializer.
 class XHTMLSerializer
          Deprecated. 9.2.0.0 Replaced by org.apache.xml.serialize.XHTMLSerializer.
 class XMLSerializer
          Deprecated. 9.2.0.0 Replaced by org.apache.xml.serialize.XMLSerializer.
 

Methods in weblogic.apache.xml.serialize that return Serializer
abstract  Serializer SerializerFactory.makeSerializer(OutputFormat format)
          Deprecated. Create a new serializer based on the OutputFormat.
abstract  Serializer SerializerFactory.makeSerializer(OutputStream output, OutputFormat format)
          Deprecated. Create a new serializer, based on the OutputFormat and using the output byte stream and the encoding specified in the output format.
abstract  Serializer SerializerFactory.makeSerializer(Writer writer, OutputFormat format)
          Deprecated. Create a new serializer, based on the OutputFormat and using the writer as the output character stream.
 


Documentation is available at
http://edocs.bea.com/wls/docs103
Copyright 2008 Oracle