Specifies an output format to control the serializer. Based on the XSLT specification for output format, plus additional parameters. Used to select the suitable serializer and determine how the document should be formatted on output.
The two interesting constructors are:
- {@link #OutputFormat(String,String,boolean)} creates a formatfor the specified method (XML, HTML, Text, etc), encoding and indentation
- {@link #OutputFormat(Document,String,boolean)} creates a formatcompatible with the document type (XML, HTML, Text, etc), encoding and indentation
@deprecated This class was deprecated in Xerces 2.9.0. It is recommended that new applications use the DOM Level 3 LSSerializer or JAXP's Transformation API for XML (TrAX) for serializing XML and HTML. See the Xerces documentation for more information.
@version $Revision: 476048 $ $Date: 2006-11-16 23:32:47 -0500 (Thu, 16 Nov 2006) $
@author
Assaf ArkinKeith Visco
@see Serializer
@see Method
@see LineSeparator