open static fun getChildElements(ele: Element): MutableList<Element>
Retrieves all child elements of the given DOM element
ele - the DOM element to analyze
ele
Return a List of child org.w3c.dom.Element instances
org.w3c.dom.Element