Find all child elements with a name.
Iterable<TagNode> findManyByName(String name) => findTags((e) => e.nameIs(name));