Microsoft SDK for Java

ElementDeclEnumeration Class

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();
}

© 1999 Microsoft Corporation. All rights reserved. Terms of use.