Uses of Class
org.apache.axiom.om.OMOutputFormat
Packages that use OMOutputFormat
Package
Description
Contains core interfaces of the Axiom API.
Contains ready to use
OMDataSource
implementations.-
Uses of OMOutputFormat in org.apache.axiom.om
Methods in org.apache.axiom.om with parameters of type OMOutputFormatModifier and TypeMethodDescriptionvoid
OMContainer.serialize
(OutputStream output, OMOutputFormat format) Deprecated.void
OMContainer.serialize
(OutputStream output, OMOutputFormat format, boolean cache) Serialize the node.void
OMContainer.serialize
(Writer writer, OMOutputFormat format) Deprecated.void
OMContainer.serialize
(Writer writer, OMOutputFormat format, boolean cache) Serialize the node.void
OMDataSource.serialize
(OutputStream output, OMOutputFormat format) Deprecated.void
OMDataSource.serialize
(Writer writer, OMOutputFormat format) Deprecated.void
OMContainer.serializeAndConsume
(OutputStream output, OMOutputFormat format) Deprecated.void
OMContainer.serializeAndConsume
(Writer writer, OMOutputFormat format) Deprecated.Constructors in org.apache.axiom.om with parameters of type OMOutputFormatModifierConstructorDescriptionOMOutputFormat
(OMOutputFormat format) Constructs a new instance by copying the configuration from an existing instance. -
Uses of OMOutputFormat in org.apache.axiom.om.ds
Methods in org.apache.axiom.om.ds with parameters of type OMOutputFormatModifier and TypeMethodDescriptionfinal void
AbstractOMDataSource.serialize
(OutputStream out, OMOutputFormat format) final void
AbstractOMDataSource.serialize
(Writer writer, OMOutputFormat format) -
Uses of OMOutputFormat in org.apache.axiom.om.impl
Methods in org.apache.axiom.om.impl that return OMOutputFormatModifier and TypeMethodDescriptionabstract OMOutputFormat
MTOMXMLStreamWriter.getOutputFormat()
Get the output format used by this writer.Constructors in org.apache.axiom.om.impl with parameters of type OMOutputFormat
OMContainer.serialize(OutputStream, OMOutputFormat, boolean)
instead.