|
SYNOPSIS
xmlDoc xmlTreeGetDoc(xmlNode node)
Parameters:
-
node - the xmlNode you want the xmlDoc of
Returns:
DESCRIPTION
xmlTreeGetDoc() fetches the root of the node's tree,
the xmlDoc. If called on an xmlDoc, then the doc itself
is returned.
EXAMPLE
<$doc = (xmlTreeGetDoc($node))>
SEE ALSO
xmlTreeGetRootElement,
xmlTreeGetChildren,
xmlTreeGetFirstChild,
xmlTreeGetNext,
xmlTreeGetPrevious,
xmlTreeGetParent
Copyright © Thunderstone Software Last updated: Mon Feb 18 10:28:15 EST 2013
|