Function xml-get-next-element
xml-get-next-element node
Retrieves the first element following the given node.
- Parameters:
- node -
The node among whose left siblings an element will be looked for.
- Returns:
-
The first left sibling node of node that is an element.
Null if node has not an element among its left
node siblings.
-
Looks among the left child nodes of node and
locates the first occurrence of an element.
This function is usefull to retrieve a known occurrence of an
element that might be surrounded by text nodes.
Report a bug or request new features
© 2002