|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree.xml.DOMPrinter
Constructor Summary | |
DOMPrinter()
|
Method Summary | |
static java.lang.String |
nodeToString(org.w3c.dom.Node node,
java.lang.String encoding)
|
static void |
printNode(org.w3c.dom.Node node,
java.lang.String indent)
|
static void |
printNode(java.io.PrintWriter out,
org.w3c.dom.Node node)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DOMPrinter()
Method Detail |
public static void printNode(java.io.PrintWriter out, org.w3c.dom.Node node)
public static void printNode(org.w3c.dom.Node node, java.lang.String indent)
public static java.lang.String nodeToString(org.w3c.dom.Node node, java.lang.String encoding)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |