Google

SXP Reference

getPreviousSibling Callbacks

Syntax

     getPreviousSibling(node)
NameTypeDescription
nodeSXP_NodeThe node to operate on.
(RET)SXP_NodeThe preceding sibling of the node.

Description

Returns the preceding sibling of the node, in document order. If there is no such sibling, returns NULL. If the node is an attribute or a namespace node, NULL is returned.

Notes

In the early versions of the SXP, getPreviousSibling acted like getPreviousAttrNS when used on attributes and namespace nodes.

See Also

Groups [ Callbacks ]
Entries [ SXP_Node | getPreviousAttrNS ]

© 2001 Ginger Alliance
revision 01-12-12
This page was generated by APIDOC