Package | Description |
---|---|
org.apache.axiom.om |
Contains core interfaces of the Axiom API.
|
org.apache.axiom.om.ds |
Contains ready to use
OMDataSource implementations. |
org.apache.axiom.om.impl | |
org.apache.axiom.om.util |
Modifier and Type | Method and Description |
---|---|
void |
OMNode.serialize(OutputStream output,
OMOutputFormat format)
Deprecated.
This method is not meaningful on a node in general, but only on an
OMElement . |
void |
OMElement.serialize(OutputStream output,
OMOutputFormat format)
Serialize the node with caching enabled.
|
void |
OMDataSource.serialize(OutputStream output,
OMOutputFormat format)
Serializes element data directly to stream.
|
void |
OMContainer.serialize(OutputStream output,
OMOutputFormat format)
Serialize the node with caching enabled.
|
void |
OMNode.serialize(Writer writer,
OMOutputFormat format)
Deprecated.
This method is not meaningful on a node in general, but only on an
OMElement . |
void |
OMElement.serialize(Writer writer,
OMOutputFormat format)
Serialize the node with caching enabled.
|
void |
OMDataSource.serialize(Writer writer,
OMOutputFormat format)
Serializes element data directly to writer.
|
void |
OMContainer.serialize(Writer writer,
OMOutputFormat format)
Serialize the node with caching enabled.
|
void |
OMNode.serializeAndConsume(OutputStream output,
OMOutputFormat format)
Deprecated.
This method is not meaningful on a node in general, but only on an
OMElement . |
void |
OMElement.serializeAndConsume(OutputStream output,
OMOutputFormat format)
Serialize the node without caching.
|
void |
OMContainer.serializeAndConsume(OutputStream output,
OMOutputFormat format)
Serialize the node without caching.
|
void |
OMNode.serializeAndConsume(Writer writer,
OMOutputFormat format)
Deprecated.
This method is not meaningful on a node in general, but only on an
OMElement . |
void |
OMElement.serializeAndConsume(Writer writer,
OMOutputFormat format)
Serialize the node without caching.
|
void |
OMContainer.serializeAndConsume(Writer writer,
OMOutputFormat format)
Serialize the node without caching.
|
Constructor and Description |
---|
OMOutputFormat(OMOutputFormat format)
Constructs a new instance by copying the configuration from an existing instance.
|
Modifier and Type | Method and Description |
---|---|
void |
ParserInputStreamDataSource.serialize(OutputStream output,
OMOutputFormat format) |
void |
OMDataSourceExtBase.serialize(OutputStream output,
OMOutputFormat format)
Deprecated.
|
void |
InputStreamDataSource.serialize(OutputStream output,
OMOutputFormat format) |
void |
AbstractOMDataSource.serialize(OutputStream out,
OMOutputFormat format) |
void |
OMDataSourceExtBase.serialize(Writer writer,
OMOutputFormat format)
Deprecated.
|
void |
CharArrayDataSource.serialize(Writer writer,
OMOutputFormat format) |
void |
AbstractOMDataSource.serialize(Writer writer,
OMOutputFormat format) |
Modifier and Type | Method and Description |
---|---|
OMOutputFormat |
MTOMXMLStreamWriter.getOutputFormat()
Get the output format used by this writer.
|
Modifier and Type | Method and Description |
---|---|
void |
MTOMXMLStreamWriter.setOutputFormat(OMOutputFormat format) |
Constructor and Description |
---|
MTOMXMLStreamWriter(OutputStream outStream,
OMOutputFormat format) |
MTOMXMLStreamWriter(OutputStream outStream,
OMOutputFormat format,
boolean preserveAttachments)
Creates a new MTOMXMLStreamWriter with specified encoding.
|
OMMultipartWriter(OutputStream out,
OMOutputFormat format) |
Modifier and Type | Method and Description |
---|---|
static long |
CommonUtils.logDebug(OMElement om,
org.apache.commons.logging.Log log,
int limit,
OMOutputFormat format)
Writes the om to a log.debug.
|
Copyright © The Apache Software Foundation. All Rights Reserved.