Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.6)

Part Number E13941-06

Uses of Class
weblogic.apache.xml.serialize.OutputFormat

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

Uses of OutputFormat in weblogic.apache.xml.serialize
 

Fields in weblogic.apache.xml.serialize declared as OutputFormat
protected  OutputFormat Printer._format
          Deprecated. The output format associated with this serializer.
protected  OutputFormat BaseMarkupSerializer._format
          Deprecated. The output format associated with this serializer.
 

Methods in weblogic.apache.xml.serialize with parameters of type OutputFormat
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.
 void XMLSerializer.setOutputFormat(OutputFormat format)
          Deprecated.  
 void XHTMLSerializer.setOutputFormat(OutputFormat format)
          Deprecated.  
 void TextSerializer.setOutputFormat(OutputFormat format)
          Deprecated.  
 void Serializer.setOutputFormat(OutputFormat format)
          Deprecated. Specifies an output format for this serializer.
 void HTMLSerializer.setOutputFormat(OutputFormat format)
          Deprecated.  
 void BaseMarkupSerializer.setOutputFormat(OutputFormat format)
          Deprecated.  
 

Constructors in weblogic.apache.xml.serialize with parameters of type OutputFormat
BaseMarkupSerializer(OutputFormat format)
          Deprecated. Protected constructor can only be used by derived class.
HTMLSerializer(boolean xhtml, OutputFormat format)
          Deprecated. Constructs a new HTML/XHTML serializer depending on the value of xhtml.
HTMLSerializer(OutputFormat format)
          Deprecated. Constructs a new serializer.
HTMLSerializer(OutputStream output, OutputFormat format)
          Deprecated. Constructs a new serializer that writes to the specified output stream using the specified output format.
HTMLSerializer(Writer writer, OutputFormat format)
          Deprecated. Constructs a new serializer that writes to the specified writer using the specified output format.
IndentPrinter(Writer writer, OutputFormat format)
          Deprecated.  
Printer(Writer writer, OutputFormat format)
          Deprecated.  
XHTMLSerializer(OutputFormat format)
          Deprecated. Constructs a new serializer.
XHTMLSerializer(OutputStream output, OutputFormat format)
          Deprecated. Constructs a new serializer that writes to the specified output stream using the specified output format.
XHTMLSerializer(Writer writer, OutputFormat format)
          Deprecated. Constructs a new serializer that writes to the specified writer using the specified output format.
XMLSerializer(OutputFormat format)
          Deprecated. Constructs a new serializer.
XMLSerializer(OutputStream output, OutputFormat format)
          Deprecated. Constructs a new serializer that writes to the specified output stream using the specified output format.
XMLSerializer(Writer writer, OutputFormat format)
          Deprecated. Constructs a new serializer that writes to the specified writer using the specified output format.
 


Copyright 1996, 2011, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.6)

Part Number E13941-06