|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OutputFormat | |
org.enhydra.apache.xml.serialize |
Uses of OutputFormat in org.enhydra.apache.xml.serialize |
Fields in org.enhydra.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.enhydra.apache.xml.serialize with parameters of type OutputFormat | |
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(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(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. |
Serializer |
SerializerFactoryImpl.makeSerializer(OutputFormat format)
|
Serializer |
SerializerFactoryImpl.makeSerializer(Writer writer,
OutputFormat format)
|
Serializer |
SerializerFactoryImpl.makeSerializer(OutputStream output,
OutputFormat format)
|
void |
BaseMarkupSerializer.setOutputFormat(OutputFormat format)
|
void |
HTMLSerializer.setOutputFormat(OutputFormat format)
|
void |
XHTMLSerializer.setOutputFormat(OutputFormat format)
|
void |
XMLSerializer.setOutputFormat(OutputFormat format)
|
void |
TextSerializer.setOutputFormat(OutputFormat format)
|
Constructors in org.enhydra.apache.xml.serialize with parameters of type OutputFormat | |
BaseMarkupSerializer(OutputFormat format)
Protected constructor can only be used by derived class. |
|
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(Writer writer,
OutputFormat format)
Constructs a new serializer that writes to the specified writer using the specified output format. |
|
HTMLSerializer(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(Writer writer,
OutputFormat format)
Constructs a new serializer that writes to the specified writer using the specified output format. |
|
XHTMLSerializer(OutputStream output,
OutputFormat format)
Constructs a new serializer that writes to the specified output stream using the specified output format. |
|
Printer(Writer writer,
OutputFormat format)
|
|
XMLSerializer(OutputFormat format)
Constructs a new serializer. |
|
XMLSerializer(Writer writer,
OutputFormat format)
Constructs a new serializer that writes to the specified writer using the specified output format. |
|
XMLSerializer(OutputStream output,
OutputFormat format)
Constructs a new serializer that writes to the specified output stream using the specified output format. |
|
IndentPrinter(Writer writer,
OutputFormat format)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |