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

Packages that use OutputFormat
org.apache.xml.serialize   
 

Uses of OutputFormat in org.apache.xml.serialize
 

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

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

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



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