-
Notifications
You must be signed in to change notification settings - Fork 2
_node_prevsibling
bergsma edited this page Sep 26, 2014
·
5 revisions
#node_prevsibling
###Returns the previous sibling of a node.
Syntax
result = node_prevsibling node ;
Arguments
- list node
A list variable.
Return Value
list result
- element : The return value is the previous sibling node of the argument. Nodes are of type list. If the node has no siblings or is the first of its parent's children, then the return value is an empty string.
The STATUS variable is set to $ACKNOWLEDGE
list result
- element : The return value is the previous sibling node of the argument. Nodes are of type list. If the node has no siblings or is the first of its parent's children, then the return value is an empty string.
The STATUS variable is set to $ACKNOWLEDGE
Description
- None
Examples
None
Related Links
node_name
node_root
node_parent
node_firstchild
node_lastchild
node_nextsibling
node_prevsibling
node_nextfirstcousin
node_nextfirstcousin
node_getnodebyattr