child(_:)

Get a child element of this element, by its 0-based index number.

Element.swift:242
func child(_ index: Int) -> Element

Note that an element can have both mixed Nodes and Elements as children. This method inspects a filtered list of children that are elements, and the index is based on that filtered list.

<param>
<return>
<see>