[ElementTree] getChildren(ElementTree parent)
Arguments
parent: The element
Usage
Returns all (non-lazy) child elements of the chosen element. For example, using this on a list will return all list items.
parent: The elementReturns all (non-lazy) child elements of the chosen element. For example, using this on a list will return all list items.