cdqa.dom
Class ClonerNG
java.lang.Object
cdqa.dom.ClonerNG
final class ClonerNG
- extends java.lang.Object
A utility class to clone DOM nodes.
THIS IS NOT THREAD-SAFE !!!!!!!!!!!!!!!!!!!!!!!!!!
THIS IS NOT THREAD-SAFE !!!!!!!!!!!!!!!!!!!!!!!!!!
THIS IS NOT THREAD-SAFE !!!!!!!!!!!!!!!!!!!!!!!!!!
THIS IS NOT THREAD-SAFE !!!!!!!!!!!!!!!!!!!!!!!!!!
... repeated to make sure you can't overlook it ;-)
- Version:
- $Id: ClonerNG.java,v 1.1 2004/09/23 09:49:47 benjello Exp $
- Author:
- $Author: benjello $
Constructor Summary |
ClonerNG(org.w3c.dom.Document document,
org.w3c.dom.Node startNode)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClonerNG
public ClonerNG(org.w3c.dom.Document document,
org.w3c.dom.Node startNode)
execute
public org.w3c.dom.Node execute()
cloneNode
public org.w3c.dom.Node cloneNode(org.w3c.dom.Node n)
cloneElement
public org.w3c.dom.Node cloneElement(org.w3c.dom.Node node)
cloneAttribute
public org.w3c.dom.Attr cloneAttribute(org.w3c.dom.Attr attr)
cloneTextNode
public org.w3c.dom.Node cloneTextNode(org.w3c.dom.Node n)
cloneCDATASectionNode
public org.w3c.dom.Node cloneCDATASectionNode(org.w3c.dom.Node n)