This method of the Element interface retrieves an element collection of the children of this element. It must not return null. For an empty enumeration, see EnumWrapper.
public ElementCollection getChildren();
Returns ElementCollection of child objects.