| |||||||||
SyntaxgetPreviousSibling(node)
| |||||||||
DescriptionReturns 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. | |||||||||
NotesIn the early versions of the SXP,getPreviousSibling acted
like getPreviousAttrNS when used on attributes and namespace
nodes.
| |||||||||
See Also
|