Returns child elements which are of a tag type (excludes text, comments, etc.).
filter results to only the child elements with the given tag name.
childElements of <example>text <b>bold</b></example> is just the <b> tag.
See Implementation
Returns child elements which are of a tag type (excludes text, comments, etc.).