|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OutputFormat | |
|---|---|
| org.apache.geronimo.system.configuration | |
| Uses of OutputFormat in org.apache.geronimo.system.configuration |
|---|
| Fields in org.apache.geronimo.system.configuration declared as OutputFormat | |
|---|---|
protected OutputFormat |
Printer.format
The output format associated with this serializer. |
protected OutputFormat |
BaseMarkupSerializer.format
The output format associated with this serializer. |
| Methods in org.apache.geronimo.system.configuration with parameters of type OutputFormat | |
|---|---|
void |
XMLSerializer.setOutputFormat(OutputFormat format)
|
void |
BaseMarkupSerializer.setOutputFormat(OutputFormat format)
|
| Constructors in org.apache.geronimo.system.configuration with parameters of type OutputFormat | |
|---|---|
BaseMarkupSerializer(OutputFormat format)
Protected constructor can only be used by derived class. |
|
Printer(Writer writer,
OutputFormat format)
|
|
XMLSerializer(OutputFormat format)
Constructs a new serializer. |
|
XMLSerializer(OutputStream output,
OutputFormat format)
Constructs a new serializer that writes to the specified output stream using the specified output format. |
|
XMLSerializer(Writer writer,
OutputFormat format)
Constructs a new serializer that writes to the specified writer using the specified output format. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||