|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.jonas_ws.wsgen.utils.XMLSerializer
Serialize a given DOM Document into an outpoutStream.
Method Summary | |
static XMLSerializer |
getInstance(org.w3c.dom.Document d)
Returns the unique XMLSerializer instance configured for the given Document |
void |
serialize(java.io.OutputStream os)
Serialize the encapsulated Document into the OutputStream |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static XMLSerializer getInstance(org.w3c.dom.Document d)
d
- Document to be formated
public void serialize(java.io.OutputStream os) throws java.io.IOException
os
- output stream
java.io.IOException
- When serialization fails
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |