|
BEA Systems, Inc. | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use OutputFormat | |
| weblogic.apache.xalan.xpath.xml | |
| weblogic.apache.xalan.xslt | |
| weblogic.apache.xml.serialize | |
| Uses of OutputFormat in weblogic.apache.xalan.xpath.xml |
| Methods in weblogic.apache.xalan.xpath.xml with parameters of type OutputFormat | |
void |
FormatterToXML.init(java.io.Writer writer,
OutputFormat format)
Initialize the serializer with the specified writer and output format. |
void |
FormatterToXML.init(java.io.OutputStream output,
OutputFormat format)
Initialize the serializer with the specified output stream and output format. |
| Uses of OutputFormat in weblogic.apache.xalan.xslt |
| Methods in weblogic.apache.xalan.xslt that return OutputFormat | |
OutputFormat |
StylesheetRoot.getOutputFormat()
Get a new OutputFormat object according to the xsl:output attributes. |
| Methods in weblogic.apache.xalan.xslt with parameters of type OutputFormat | |
org.xml.sax.DocumentHandler |
StylesheetRoot.makeSAXSerializer(java.io.Writer writer,
OutputFormat format)
Creates a compatible SAX serializer for the specified writer and output format. |
org.xml.sax.DocumentHandler |
StylesheetRoot.makeSAXSerializer(java.io.OutputStream ostream,
OutputFormat format)
Creates a compatible SAX serializer for the specified output stream and output format. |
| Uses of OutputFormat in weblogic.apache.xml.serialize |
| Fields in weblogic.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 weblogic.apache.xml.serialize with parameters of type OutputFormat | |
void |
BaseMarkupSerializer.setOutputFormat(OutputFormat format)
|
void |
HTMLSerializer.setOutputFormat(OutputFormat format)
|
void |
XHTMLSerializer.setOutputFormat(OutputFormat format)
|
void |
Serializer.setOutputFormat(OutputFormat format)
Specifies an output format for this serializer. |
void |
TextSerializer.setOutputFormat(OutputFormat format)
|
void |
XMLSerializer.setOutputFormat(OutputFormat format)
|
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. |
| Constructors in weblogic.apache.xml.serialize with parameters of type OutputFormat | |
BaseMarkupSerializer.BaseMarkupSerializer(OutputFormat format)
Protected constructor can only be used by derived class. |
|
HTMLSerializer.HTMLSerializer(boolean xhtml,
OutputFormat format)
Constructs a new HTML/XHTML serializer depending on the value of xhtml. |
|
HTMLSerializer.HTMLSerializer(OutputFormat format)
Constructs a new serializer. |
|
HTMLSerializer.HTMLSerializer(java.io.Writer writer,
OutputFormat format)
Constructs a new serializer that writes to the specified writer using the specified output format. |
|
HTMLSerializer.HTMLSerializer(java.io.OutputStream output,
OutputFormat format)
Constructs a new serializer that writes to the specified output stream using the specified output format. |
|
XHTMLSerializer.XHTMLSerializer(OutputFormat format)
Constructs a new serializer. |
|
XHTMLSerializer.XHTMLSerializer(java.io.Writer writer,
OutputFormat format)
Constructs a new serializer that writes to the specified writer using the specified output format. |
|
XHTMLSerializer.XHTMLSerializer(java.io.OutputStream output,
OutputFormat format)
Constructs a new serializer that writes to the specified output stream using the specified output format. |
|
XMLSerializer.XMLSerializer(OutputFormat format)
Constructs a new serializer. |
|
XMLSerializer.XMLSerializer(java.io.Writer writer,
OutputFormat format)
Constructs a new serializer that writes to the specified writer using the specified output format. |
|
XMLSerializer.XMLSerializer(java.io.OutputStream output,
OutputFormat format)
Constructs a new serializer that writes to the specified output stream using the specified output format. |
|
Printer.Printer(java.io.Writer writer,
OutputFormat format)
|
|
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs60 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||