| Overview | Module | Function | Class | Tea 3.2.5 Reference Documentation © 2009 PDM&FC |
xml-get-first-element-named root name
Retrieves the first child node that is an element with a given tag name.
root that is an element with
the given tag name.
Null if root has not an element with that tag name
among its children
nodes.
root element 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 |