|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.monad.homerun.util.DocWriter
public class DocWriter
DocWriter has a static method for writing XML documents with a writer
Constructor Summary | |
---|---|
DocWriter()
|
Method Summary | |
---|---|
static void |
writeDocToStream(org.w3c.dom.Document doc,
java.io.Writer out)
Writes a document to a stream |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DocWriter()
Method Detail |
---|
public static void writeDocToStream(org.w3c.dom.Document doc, java.io.Writer out) throws java.io.IOException
doc
- the XML docuument to writeout
- the output stream to write to
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |