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

Packages that use OutputFormat
org.apache.xml.serialize   
 

Uses of OutputFormat in org.apache.xml.serialize
 

Methods in org.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(java.io.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(java.io.Writer writer, OutputFormat format)
          Deprecated. Create a new serializer, based on the OutputFormat and using the writer as the output character stream.
 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 XMLSerializer.setOutputFormat(OutputFormat format)
          Deprecated.  
 void BaseMarkupSerializer.setOutputFormat(OutputFormat format)
          Deprecated.  
 void XHTMLSerializer.setOutputFormat(OutputFormat format)
          Deprecated.  
 

Constructors in org.apache.xml.serialize with parameters of type OutputFormat
HTMLSerializer(OutputFormat format)
          Deprecated. Constructs a new serializer.
HTMLSerializer(java.io.OutputStream output, OutputFormat format)
          Deprecated. Constructs a new serializer that writes to the specified output stream using the specified output format.
HTMLSerializer(java.io.Writer writer, OutputFormat format)
          Deprecated. Constructs a new serializer that writes to the specified writer using the specified output format.
IndentPrinter(java.io.Writer writer, OutputFormat format)
          Deprecated.  
Printer(java.io.Writer writer, OutputFormat format)
          Deprecated.  
XHTMLSerializer(OutputFormat format)
          Deprecated. Constructs a new serializer.
XHTMLSerializer(java.io.OutputStream output, OutputFormat format)
          Deprecated. Constructs a new serializer that writes to the specified output stream using the specified output format.
XHTMLSerializer(java.io.Writer writer, OutputFormat format)
          Deprecated. Constructs a new serializer that writes to the specified writer using the specified output format.
XML11Serializer(OutputFormat format)
          Deprecated. Constructs a new serializer.
XML11Serializer(java.io.OutputStream output, OutputFormat format)
          Deprecated. Constructs a new serializer that writes to the specified output stream using the specified output format.
XML11Serializer(java.io.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(java.io.OutputStream output, OutputFormat format)
          Deprecated. Constructs a new serializer that writes to the specified output stream using the specified output format.
XMLSerializer(java.io.Writer writer, OutputFormat format)
          Deprecated. Constructs a new serializer that writes to the specified writer using the specified output format.