|
XML Parser for Java 1.1.16 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.xml.domutil.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.
|
XML Parser for Java 1.1.16 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |