The ElementDeclEnumeration class contains the following constructors:
ElementDeclEnumeration(Enumeration elemDecls)
ElementDeclEnumeration(Element e)
This constructor enumerates over all children of the given root node.
public ElementDeclEnumeration(Enumeration elemDecls);
elemDecls | The element root node. |
This constructor enumerates all children of the given element.
public ElementDeclEnumeration(Element e);
e | The element to enumerate. |