|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.ibm.dom.util.DOMDuplicator
This class will be removed after W3C DOM Level 2 is published.
| Constructor Summary | |
DOMDuplicator()
|
|
| Method Summary | |
static Node |
cloneNode(Document factory,
Node node)
Clone a Node over documents including child nodes. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public DOMDuplicator()
| Method Detail |
public static Node cloneNode(Document factory,
Node node)
Element, Text, CDATASection, Attr,
ProcessingInstruction, Comment, EntityReference.factory - A factory Document of new Node.node - Source Node.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||