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