spring-framework / org.springframework.util.xml / DomUtils / getChildElements

getChildElements

open static fun getChildElements(ele: Element): MutableList<Element>

Retrieves all child elements of the given DOM element

Parameters

ele - the DOM element to analyze

Return
a List of child org.w3c.dom.Element instances