|
SYNOPSIS
xmlNode xmlTreeGetPrevious(xmlNode node)
Parameters:
-
node - the node to get the previous sibling of
Returns:
- the previous sibling of
node
DESCRIPTION
xmlTreeGetPrevious() gets the previous sibling of node.
It is the opposite of xmlTreeGetNext().
EXAMPLE
<$prev = (xmlTreeGetPrevious($node))>
SEE ALSO
xmlTreeGetChildren,
xmlTreeGetFirstChild,
xmlTreeGetNext,
xmlTreeGetParent
Copyright © Thunderstone Software Last updated: Thu Dec 22 15:13:31 EST 2011
|