|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis2.om.impl.llom.OMSerializerUtil
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 |
public OMSerializerUtil()
Method Detail |
public static void serializeEndpart(OMOutputImpl omOutput) throws XMLStreamException
omOutput
-
javax.xml.stream.XMLStreamException
XMLStreamException
public static void serializeAttribute(OMAttribute attr, OMOutputImpl omOutput) throws XMLStreamException
attr
- omOutput
-
XMLStreamException
public static void serializeNamespace(OMNamespace namespace, OMOutputImpl omOutput) throws XMLStreamException
namespace
- omOutput
-
XMLStreamException
public static void serializeStartpart(OMElementImpl element, OMOutputImpl omOutput) throws XMLStreamException
omOutput
-
XMLStreamException
public static void serializeNamespaces(OMElementImpl element, OMOutputImpl omOutput) throws XMLStreamException
XMLStreamException
public static void serializeAttributes(OMElementImpl element, OMOutputImpl omOutput) throws XMLStreamException
XMLStreamException
public static void serializeNormal(OMElementImpl element, OMOutputImpl omOutput, boolean cache) throws XMLStreamException
omOutput
- cache
-
XMLStreamException
public static void serializeByPullStream(OMElementImpl element, OMOutputImpl omOutput) throws XMLStreamException
XMLStreamException
public static void serializeByPullStream(OMElementImpl element, OMOutputImpl omOutput, boolean cache) throws XMLStreamException
XMLStreamException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |