|
OpenOffice.org XMerge API |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.openoffice.xmerge.util.XmlUtil
Class containing static util methods for handling XML trees.
Constructor Summary | |
XmlUtil()
|
Method Summary | |
static org.w3c.dom.Node |
deepClone(org.w3c.dom.Node oldNode,
org.w3c.dom.Node newNode)
Perform a deep clone of certain Node which
will base on the document Node of the old
Node . |
static java.lang.String |
getNodeInfo(org.w3c.dom.Node node)
Returns the name and type of an XML DOM Node . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public XmlUtil()
Method Detail |
public static org.w3c.dom.Node deepClone(org.w3c.dom.Node oldNode, org.w3c.dom.Node newNode)
Node
which
will base on the document Node
of the old
Node
.oldNode
- The Document
of this
Node
is used to clone
the Node
newNode
- The Node
to clone.Node
.public static java.lang.String getNodeInfo(org.w3c.dom.Node node)
Node
.node
- Node
to query.Node
.
|
OpenOffice.org XMerge API |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |