| Overview | Module | Function | Class | Tea 3.2.5 Reference Documentation © 2009 PDM&FC |
xml-get-next-element-named node name
Retrieves the first element with a given tag name following the given node.
node that is an element with
the given tag name.
Null if node has no following element with that tag name
node and
locates the first occurrence of an element with a tag name of
name.
This function is usefull to retrieve a known occurrence of an element that might be surrounded by text nodes or other elements.
| Overview | Module | Function | Class | Tea 3.2.5 Reference Documentation © 2009 PDM&FC |