Finds all child elements matching a local name (and optionally an xmlns).
xmlns
The element to search.
The local name to match (prefix-insensitive).
Optional
If given, require each child's xmlns attribute to equal it.
The matching child elements in document order (possibly empty).
1.0.4
Finds all child elements matching a local name (and optionally an
xmlns).