|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.cargo.module.internal.util.xml.AbstractNodeList
org.codehaus.cargo.module.webapp.TagNodeList
public class TagNodeList
TagNodeList is a nodelist constructed from a known tag and creates wrapped nodes of a particular class automatically.
Field Summary |
---|
Fields inherited from class org.codehaus.cargo.module.internal.util.xml.AbstractNodeList |
---|
nodeList, rootElement |
Constructor Summary | |
---|---|
TagNodeList(org.w3c.dom.Element rootElement,
DescriptorTag tag,
java.lang.Class clazz)
|
Method Summary | |
---|---|
org.w3c.dom.Node |
item(int index)
|
Methods inherited from class org.codehaus.cargo.module.internal.util.xml.AbstractNodeList |
---|
add, getByElementId, getLength, iterator, remove |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TagNodeList(org.w3c.dom.Element rootElement, DescriptorTag tag, java.lang.Class clazz)
rootElement
- the root element for the node listtag
- the tag we are looking forclazz
- the class of abstractelement wrapper to constructMethod Detail |
---|
public org.w3c.dom.Node item(int index)
item
in interface org.w3c.dom.NodeList
item
in class AbstractNodeList
NodeList.item(int)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |