|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree.xml.ElementList
Convenience class for easy handling of list containing only Objects of type org.w3c.dom.Element. Same as org.w3c.dom.NodeList, just for Elements!
Field Summary | |
(package private) java.util.ArrayList |
elements
|
Constructor Summary | |
ElementList()
|
Method Summary | |
void |
addElement(org.w3c.dom.Element element)
|
int |
getLength()
|
org.w3c.dom.Element |
item(int i)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
java.util.ArrayList elements
Constructor Detail |
public ElementList()
Method Detail |
public void addElement(org.w3c.dom.Element element)
public int getLength()
public org.w3c.dom.Element item(int i)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |