| |||||||||
SyntaxgetNextSibling(node)
| |||||||||
DescriptionReturns the following 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,getNextSibling acted
like getNextAttrNS when used on attributes and namespace
nodes.
| |||||||||
See Also
|