|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ow2.dragon.util.XMLPrettyPrinter
public class XMLPrettyPrinter
An util class to prettify XML document
| Constructor Summary | |
|---|---|
XMLPrettyPrinter()
|
|
| Method Summary | |
|---|---|
static void |
prettify(java.io.InputStream in,
java.io.OutputStream out)
Prettify the xml input stream into the output stream. |
static void |
prettify(org.w3c.dom.Node node,
java.io.OutputStream out)
Prettify the node into the output stream. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XMLPrettyPrinter()
| Method Detail |
|---|
public static void prettify(org.w3c.dom.Node node,
java.io.OutputStream out)
throws java.lang.Exception
node - out -
java.lang.Exception
public static void prettify(java.io.InputStream in,
java.io.OutputStream out)
throws java.lang.Exception
node - out -
java.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||