|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.merlotxml.util.xml.DOMUtil
DOM Utilities
Constructor Summary | |
DOMUtil()
|
Method Summary | |
static org.w3c.dom.Node |
importNode(org.w3c.dom.Node parent,
org.w3c.dom.Node child)
Import a single node into a document. |
static org.w3c.dom.Node |
importNode(org.w3c.dom.Node parent,
org.w3c.dom.Node child,
boolean doappend)
Import a single node into a document. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DOMUtil()
Method Detail |
public static org.w3c.dom.Node importNode(org.w3c.dom.Node parent, org.w3c.dom.Node child)
parent
- Node at which to insert the imported nodechild
- Node to append to insertionPointpublic static org.w3c.dom.Node importNode(org.w3c.dom.Node parent, org.w3c.dom.Node child, boolean doappend)
parent
- Node at which to insert the imported nodechild
- Node to append to insertionPointdoappend
- if true, this will go ahead and append the
node, otherwise, no action is done with the newly created node.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |