Element.childElements

Returns child elements which are of a tag type (excludes text, comments, etc.).

More...
class Element
@property
childElements
(
string tagName = null
)

Parameters

tagName string

filter results to only the child elements with the given tag name.

Detailed Description

childElements of <example>text <b>bold</b></example> is just the <b> tag.

Suggestion Box / Bug Report