|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--com.g11ntoolkit.domutil.DOMCloner
DOM Document cloner
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
See License Agreement.
| Constructor Summary | |
DOMCloner()
|
|
| Method Summary | |
void |
clone(org.w3c.dom.Document dest,
org.w3c.dom.Document doc)
Write out DOM Document |
void |
clone(org.w3c.dom.Document dest,
org.w3c.dom.Document doc,
java.lang.String encoding)
Write out DOM Document with encoding |
protected void |
clone(org.w3c.dom.Node dest,
org.w3c.dom.Attr attr)
Write out DOM Attribute |
protected void |
clone(org.w3c.dom.Node dest,
org.w3c.dom.CDATASection cdata)
Write out DOM CDATASection |
protected void |
clone(org.w3c.dom.Node dest,
org.w3c.dom.Comment comment)
Write out DOM Comment |
protected void |
clone(org.w3c.dom.Node dest,
org.w3c.dom.DocumentFragment docflag)
Write out DOM DocumentFragment |
protected void |
clone(org.w3c.dom.Node dest,
org.w3c.dom.DocumentType doctype)
Write out DOM DocumentType |
protected void |
clone(org.w3c.dom.Node dest,
org.w3c.dom.Element elm)
Write out DOM Element |
protected void |
clone(org.w3c.dom.Node dest,
org.w3c.dom.Entity entity)
Write out DOM Entity |
protected void |
clone(org.w3c.dom.Node dest,
org.w3c.dom.EntityReference entityref)
Write out DOM EntityReference |
protected void |
clone(org.w3c.dom.Node dest,
org.w3c.dom.NamedNodeMap nodes)
Write out DOM NamedNodeMap |
void |
clone(org.w3c.dom.Node dest,
org.w3c.dom.Node node)
Write out DOM Node |
protected void |
clone(org.w3c.dom.Node dest,
org.w3c.dom.NodeList nodes)
Write out DOM NodeList |
protected void |
clone(org.w3c.dom.Node dest,
org.w3c.dom.Notation notation)
Write out DOM Notation |
protected void |
clone(org.w3c.dom.Node dest,
org.w3c.dom.ProcessingInstruction pi)
Write out DOM ProcessingInstruction |
protected void |
clone(org.w3c.dom.Node dest,
org.w3c.dom.Text text)
Write out DOM Text |
protected void |
writeChilden(org.w3c.dom.Node dest,
org.w3c.dom.Node children)
Write out DOM Childen Nodes |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DOMCloner()
| Method Detail |
public void clone(org.w3c.dom.Document dest,
org.w3c.dom.Document doc,
java.lang.String encoding)
doc - Document classencoding - Output encoding
public void clone(org.w3c.dom.Document dest,
org.w3c.dom.Document doc)
doc - Document class
public void clone(org.w3c.dom.Node dest,
org.w3c.dom.Node node)
node - Node class
protected void clone(org.w3c.dom.Node dest,
org.w3c.dom.Attr attr)
attr - Attribute class
protected void clone(org.w3c.dom.Node dest,
org.w3c.dom.CDATASection cdata)
cdata - CDATASection class
protected void clone(org.w3c.dom.Node dest,
org.w3c.dom.Comment comment)
comment - Comment class
protected void clone(org.w3c.dom.Node dest,
org.w3c.dom.DocumentFragment docflag)
docflag - DocumentFragment class
protected void clone(org.w3c.dom.Node dest,
org.w3c.dom.DocumentType doctype)
doctype - DocumentType class
protected void clone(org.w3c.dom.Node dest,
org.w3c.dom.Element elm)
elm - Element class
protected void clone(org.w3c.dom.Node dest,
org.w3c.dom.Entity entity)
entity - Entity class
protected void clone(org.w3c.dom.Node dest,
org.w3c.dom.EntityReference entityref)
entityref - EntityReference class
protected void clone(org.w3c.dom.Node dest,
org.w3c.dom.NodeList nodes)
nodes - NodeList class
protected void clone(org.w3c.dom.Node dest,
org.w3c.dom.NamedNodeMap nodes)
nodes - NamedNodeMap class
protected void clone(org.w3c.dom.Node dest,
org.w3c.dom.Notation notation)
notation - Notation class
protected void clone(org.w3c.dom.Node dest,
org.w3c.dom.ProcessingInstruction pi)
pi - ProcessingInstruction class
protected void clone(org.w3c.dom.Node dest,
org.w3c.dom.Text text)
text - Text class
protected void writeChilden(org.w3c.dom.Node dest,
org.w3c.dom.Node children)
children - Node class
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||