|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jtool.jxplatform.dom.DomCopier
Produces copies of DOM object trees.
| Constructor Summary | |
DomCopier()
|
|
| Method Summary | |
static org.w3c.dom.Document |
copy(org.w3c.dom.Document doc)
Creates a copy of the DOM object tree and returns a new DOM document object. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DomCopier()
| Method Detail |
public static org.w3c.dom.Document copy(org.w3c.dom.Document doc)
doc - A DOM document object.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||