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

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

public class OMSerializerUtil
extends java.lang.Object


Constructor Summary
OMSerializerUtil()
           
 
Method Summary
static void serializeAttribute(OMAttribute attr, OMOutputImpl omOutput)
          Method serializeAttribute
static void serializeAttributes(OMElementImpl element, OMOutputImpl omOutput)
           
static void serializeByPullStream(OMElementImpl element, OMOutputImpl omOutput)
           
static void serializeByPullStream(OMElementImpl element, OMOutputImpl omOutput, boolean cache)
           
static void serializeEndpart(OMOutputImpl omOutput)
          Method serializeEndpart
static void serializeNamespace(OMNamespace namespace, OMOutputImpl omOutput)
          Method serializeNamespace
static void serializeNamespaces(OMElementImpl element, OMOutputImpl omOutput)
           
static void serializeNormal(OMElementImpl element, OMOutputImpl omOutput, boolean cache)
          Method serializeNormal
static void serializeStartpart(OMElementImpl 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:
javax.xml.stream.XMLStreamException
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(OMElementImpl element,
                                      OMOutputImpl omOutput)
                               throws XMLStreamException
Method serializeStartpart

Parameters:
omOutput -
Throws:
XMLStreamException

serializeNamespaces

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

serializeAttributes

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

serializeNormal

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

Parameters:
omOutput -
cache -
Throws:
XMLStreamException

serializeByPullStream

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

serializeByPullStream

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