Finds the first child element matching a local name (and optionally an xmlns).
xmlns
The element to search.
The local name to match (prefix-insensitive).
Optional
If given, require the child's xmlns attribute to equal it.
The first matching child element, or undefined.
undefined
1.0.4
Finds the first child element matching a local name (and optionally an
xmlns).