|
SYNOPSIS
xmlNode xmlTreeUnlinkNode(xmlNode node)
Parameters:
-
node - the xmlNode you want to unlink
Returns:
DESCRIPTION
xmlTreeUnlinkNode() removes the node from the XML document in
which it exists. All of its children will also be removed from the
document (but still attached to node).
EXAMPLE
<$ret = (xmlTreeUnlinkNode($node))
SEE ALSO
xmlTreeAddChild,
xmlTreeAddChildList,
xmlTreeAddNextSibling,
xmlTreeAddPrevSibling,
xmlTreeAddSibling,
xmlTreeSetRootElement
Copyright © Thunderstone Software Last updated: Mon Feb 18 10:28:15 EST 2013
|