This method of the ElementImpl class retrieves an enumeration of the children of this element. Enumeration.nextElement returns Element objects.
public Enumeration getElements();
Returns an enumeration of child objects. It must not return null. See EnumWrapper for an easy way to return an empty enumeration.