Uses of Class
org.apache.axiom.om.OMOutputFormat

Packages that use OMOutputFormat
org.apache.axiom.om   
org.apache.axiom.om.impl   
org.apache.axiom.om.impl.dom   
org.apache.axiom.om.impl.llom   
 

Uses of OMOutputFormat in org.apache.axiom.om
 

Methods in org.apache.axiom.om with parameters of type OMOutputFormat
 void OMDocument.serializeAndConsume(java.io.OutputStream output, OMOutputFormat format)
          Serializes the OMDocument.
 void OMDocument.serialize(java.io.OutputStream output, OMOutputFormat format)
          Builds the OM node/tree and then serializes the document.
 void OMDataSource.serialize(java.io.OutputStream output, OMOutputFormat format)
          Serializes element data directly to stream.
 void OMDataSource.serialize(java.io.Writer writer, OMOutputFormat format)
          Serializes element data directly to writer.
 void OMNode.serialize(java.io.OutputStream output, OMOutputFormat format)
          Serializes the node with caching.
 void OMNode.serialize(java.io.Writer writer, OMOutputFormat format)
          Serializes the node with caching.
 void OMNode.serializeAndConsume(java.io.OutputStream output, OMOutputFormat format)
          Serializes the node without caching.
 void OMNode.serializeAndConsume(java.io.Writer writer, OMOutputFormat format)
          Serializes the node without caching.
 

Uses of OMOutputFormat in org.apache.axiom.om.impl
 

Methods in org.apache.axiom.om.impl with parameters of type OMOutputFormat
 void MTOMXMLStreamWriter.setOutputFormat(OMOutputFormat format)
           
 

Constructors in org.apache.axiom.om.impl with parameters of type OMOutputFormat
MTOMXMLStreamWriter(java.io.OutputStream outStream, OMOutputFormat format)
          Creates a new MTOMXMLStreamWriter with specified encoding.
 

Uses of OMOutputFormat in org.apache.axiom.om.impl.dom
 

Methods in org.apache.axiom.om.impl.dom with parameters of type OMOutputFormat
 void NodeImpl.serialize(java.io.OutputStream output, OMOutputFormat format)
           
 void NodeImpl.serialize(java.io.Writer writer2, OMOutputFormat format)
           
 void NodeImpl.serializeAndConsume(java.io.OutputStream output, OMOutputFormat format)
           
 void NodeImpl.serializeAndConsume(java.io.Writer writer2, OMOutputFormat format)
           
 void DocumentImpl.serializeAndConsume(java.io.OutputStream output, OMOutputFormat format)
           
 void DocumentImpl.serialize(java.io.OutputStream output, OMOutputFormat format)
           
 

Uses of OMOutputFormat in org.apache.axiom.om.impl.llom
 

Methods in org.apache.axiom.om.impl.llom with parameters of type OMOutputFormat
 void OMDocumentImpl.serializeAndConsume(java.io.OutputStream output, OMOutputFormat format)
          Serializes the document directly to the output stream with caching disabled.
 void OMDocumentImpl.serialize(java.io.OutputStream output, OMOutputFormat format)
          Serializes the document directly to the output stream with caching enabled.
 void OMNodeImpl.serialize(java.io.OutputStream output, OMOutputFormat format)
           
 void OMNodeImpl.serialize(java.io.Writer writer2, OMOutputFormat format)
           
 void OMNodeImpl.serializeAndConsume(java.io.OutputStream output, OMOutputFormat format)
           
 void OMNodeImpl.serializeAndConsume(java.io.Writer writer2, OMOutputFormat format)
           
 void OMSourcedElementImpl.serialize(java.io.OutputStream output, OMOutputFormat format)
           
 void OMSourcedElementImpl.serialize(java.io.Writer writer, OMOutputFormat format)
           
 void OMSourcedElementImpl.serializeAndConsume(java.io.OutputStream output, OMOutputFormat format)
           
 void OMSourcedElementImpl.serializeAndConsume(java.io.Writer writer, OMOutputFormat format)