The ElementDeclEnumeration class of the com.ms.xml.om package is a simple enumeration for iterating over element declarations.
public class ElementDeclEnumeration implements Enumeration { // Constructors public ElementDeclEnumeration(Enumeration elemDecls); public ElementDeclEnumeration(Element e); // Methods public boolean hasMoreElements(); public Object nextElement(); }