|
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: Mon Feb 18 10:28:15 EST 2013
|