Microsoft SDK for Java

ElementDeclEnumeration Class Constructors

The ElementDeclEnumeration class contains the following constructors:

ElementDeclEnumeration(Enumeration elemDecls)
ElementDeclEnumeration(Element e)

ElementDeclEnumeration(Enumeration elemDecls)

This constructor enumerates over all children of the given root node.

Syntax

public ElementDeclEnumeration(Enumeration elemDecls);

Parameters

elemDecls The element root node.

ElementDeclEnumeration(Element e)

This constructor enumerates all children of the given element.

Syntax

public ElementDeclEnumeration(Element e);

Parameters

e The element to enumerate.

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