This method of the Element interface 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. For an easy way to return an empty enumeration, see EnumWrapper.