org.apache.axis2.om.impl.llom
Class OMSerializerUtil

java.lang.Object
  extended byorg.apache.axis2.om.impl.llom.OMSerializerUtil

public class OMSerializerUtil
extends Object


Constructor Summary
OMSerializerUtil()
           
 
Method Summary
static void serializeAttribute(OMAttribute attr, OMOutputImpl omOutput)
          Method serializeAttribute.
static void serializeAttributes(OMElement element, OMOutputImpl omOutput)
           
static void serializeByPullStream(OMElement element, OMOutputImpl omOutput)
           
static void serializeByPullStream(OMElement element, OMOutputImpl omOutput, boolean cache)
           
static void serializeEndpart(OMOutputImpl omOutput)
          Method serializeEndpart.
static void serializeNamespace(OMNamespace namespace, OMOutputImpl omOutput)
          Method serializeNamespace.
static void serializeNamespaces(OMElement element, OMOutputImpl omOutput)
           
static void serializeNormal(OMElement element, OMOutputImpl omOutput, boolean cache)
          Method serializeNormal.
static void serializeStartpart(OMElement element, OMOutputImpl omOutput)
          Method serializeStartpart.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OMSerializerUtil

public OMSerializerUtil()
Method Detail

serializeEndpart

public static void serializeEndpart(OMOutputImpl omOutput)
                             throws XMLStreamException
Method serializeEndpart.

Parameters:
omOutput -
Throws:
XMLStreamException

serializeAttribute

public static void serializeAttribute(OMAttribute attr,
                                      OMOutputImpl omOutput)
                               throws XMLStreamException
Method serializeAttribute.

Parameters:
attr -
omOutput -
Throws:
XMLStreamException

serializeNamespace

public static void serializeNamespace(OMNamespace namespace,
                                      OMOutputImpl omOutput)
                               throws XMLStreamException
Method serializeNamespace.

Parameters:
namespace -
omOutput -
Throws:
XMLStreamException

serializeStartpart

public static void serializeStartpart(OMElement element,
                                      OMOutputImpl omOutput)
                               throws XMLStreamException
Method serializeStartpart.

Parameters:
omOutput -
Throws:
XMLStreamException

serializeNamespaces

public static void serializeNamespaces(OMElement element,
                                       OMOutputImpl omOutput)
                                throws XMLStreamException
Throws:
XMLStreamException

serializeAttributes

public static void serializeAttributes(OMElement element,
                                       OMOutputImpl omOutput)
                                throws XMLStreamException
Throws:
XMLStreamException

serializeNormal

public static void serializeNormal(OMElement element,
                                   OMOutputImpl omOutput,
                                   boolean cache)
                            throws XMLStreamException
Method serializeNormal.

Parameters:
omOutput -
cache -
Throws:
XMLStreamException

serializeByPullStream

public static void serializeByPullStream(OMElement element,
                                         OMOutputImpl omOutput)
                                  throws XMLStreamException
Throws:
XMLStreamException

serializeByPullStream

public static void serializeByPullStream(OMElement element,
                                         OMOutputImpl omOutput,
                                         boolean cache)
                                  throws XMLStreamException
Throws:
XMLStreamException