Uses of Class
org.apache.axiom.om.OMOutputFormat
-
Packages that use OMOutputFormat Package Description org.apache.axiom.om Contains core interfaces of the Axiom API.org.apache.axiom.om.ds Contains ready to useOMDataSource
implementations.org.apache.axiom.om.impl -
-
Uses of OMOutputFormat in org.apache.axiom.om
Methods in org.apache.axiom.om with parameters of type OMOutputFormat Modifier and Type Method Description void
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 OMOutputFormat Constructor Description OMOutputFormat(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 OMOutputFormat Modifier and Type Method Description void
AbstractOMDataSource. serialize(OutputStream out, OMOutputFormat format)
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 OMOutputFormat Modifier and Type Method Description abstract OMOutputFormat
MTOMXMLStreamWriter. getOutputFormat()
Get the output format used by this writer.Constructors in org.apache.axiom.om.impl with parameters of type OMOutputFormat Constructor Description OMMultipartWriter(OutputStream out, OMOutputFormat format)
-