SYNOPSISxmlNode xmlTreeGetFirstChild(xmlNode node)
Parameters:
node
- the node to get the first child of
Returns:
node
DESCRIPTIONxmlTreeGetFirstChild()
gets the first child of a node.
Note that the first child of an element might not be its first
element child; there could be a comment, CDATA, or a blank text node
(see the Text Nodes and Children
section,
here, for more information).
EXAMPLE<$child = (xmlTreeGetFirstChild($node))>
SEE ALSOxmlTreeGetDoc
,
xmlTreeGetRootElement
,
xmlTreeGetChildren
,
xmlTreeGetFirstChild
,
xmlTreeGetNext
,
xmlTreeGetPrevious
,
xmlTreeGetParent