|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OutputFormat | |
org.apache.serialize | Defines an interface for SAX and DOM serializers, a serializer factory and its configuration, the output format properties, and related interfaces. |
org.apache.serialize.helpers | Output format for HTML, XML, XHTML, and text documents. |
org.apache.trax | Defines a global interface for generating Templates and performing XML transformations. |
org.apache.xalan.templates | Implements the trax.Templates interface, and defines a set of classes that represent an XSLT stylesheet. |
org.apache.xalan.transformer | In charge of run-time transformations and the production of result trees. |
org.apache.xml.serialize.transition | Translate SAX events, a DOM tree, or an XPath node-set return value into a stream. |
Uses of OutputFormat in org.apache.serialize |
Methods in org.apache.serialize that return OutputFormat | |
static OutputFormat |
SerializerFactory.getOutputFormat(java.lang.String method)
Returns an output format for the specified output method. |
OutputFormat |
Serializer.getOutputFormat()
Returns the output format for this serializer. |
Methods in org.apache.serialize with parameters of type OutputFormat | |
static Serializer |
SerializerFactory.getSerializer(OutputFormat format)
Returns a serializer for the specified output method. |
void |
Serializer.setOutputFormat(OutputFormat format)
Specifies an output format for this serializer. |
Uses of OutputFormat in org.apache.serialize.helpers |
Subclasses of OutputFormat in org.apache.serialize.helpers | |
class |
HTMLOutputFormat
Output format for HTML documents. |
class |
TextOutputFormat
Output format for text documents. |
class |
XHTMLOutputFormat
Output format for XHTML documents. |
class |
XMLOutputFormat
Output format for XML documents. |
Uses of OutputFormat in org.apache.trax |
Methods in org.apache.trax that return OutputFormat | |
OutputFormat |
Templates.getOutputFormat()
Get the properties for xsl:output. |
Methods in org.apache.trax with parameters of type OutputFormat | |
void |
Transformer.setOutputFormat(OutputFormat oformat)
Set the output properties for the transformation. |
Uses of OutputFormat in org.apache.xalan.templates |
Subclasses of OutputFormat in org.apache.xalan.templates | |
class |
OutputFormatExtended
This class extends OutputFormat to act as a bean that has methods that match the algorithmically generated method signatures of the processor. |
Methods in org.apache.xalan.templates that return OutputFormat | |
OutputFormat |
StylesheetRoot.getOutputFormat()
Get the properties for xsl:output. |
OutputFormat |
StylesheetRoot.getOutputComposed()
Get the combined "xsl:output" property with the properties combined from the included stylesheets. |
Uses of OutputFormat in org.apache.xalan.transformer |
Methods in org.apache.xalan.transformer that return OutputFormat | |
OutputFormat |
TransformerImpl.getOutputFormat()
**For advanced use only** Get the output properties used for the transformation. |
Methods in org.apache.xalan.transformer with parameters of type OutputFormat | |
ContentHandler |
TransformerImpl.createResultContentHandler(Result outputTarget,
OutputFormat format)
**For advanced use only** Create a ContentHandler from a Result object. |
void |
TransformerImpl.setOutputFormat(OutputFormat oformat)
**For advanced use only** Set the output properties for the transformation. |
Uses of OutputFormat in org.apache.xml.serialize.transition |
Methods in org.apache.xml.serialize.transition that return OutputFormat | |
OutputFormat |
BaseMarkupSerializer.getOutputFormat()
Returns the output format for this serializer. |
Methods in org.apache.xml.serialize.transition with parameters of type OutputFormat | |
void |
BaseMarkupSerializer.setOutputFormat(OutputFormat format)
Specifies an output format for this serializer. |
void |
HTMLSerializer.setOutputFormat(OutputFormat format)
|
void |
XHTMLSerializer.setOutputFormat(OutputFormat format)
|
void |
XMLSerializer.setOutputFormat(OutputFormat format)
|
void |
TextSerializer.setOutputFormat(OutputFormat format)
|
Constructors in org.apache.xml.serialize.transition with parameters of type OutputFormat | |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |