|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jtool.jxplatform.dom.DomUnparser
Restores source code from DOM object trees.
| Constructor Summary | |
DomUnparser()
|
|
| Method Summary | |
static java.lang.String |
getCode(org.w3c.dom.Document doc)
Returns source code restored from a DOM tree. |
static java.lang.String |
getCode(org.w3c.dom.Node node)
Returns source code restored from a subtree of DOM objects. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DomUnparser()
| Method Detail |
public static java.lang.String getCode(org.w3c.dom.Document doc)
doc - The root of a DOM object tree to be visited.
public static java.lang.String getCode(org.w3c.dom.Node node)
node - A DOM node which is the root of a DOM object subtree to be visited.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||