public class TagNodeList extends AbstractNodeList
nodeList, rootElement
Constructor and Description |
---|
TagNodeList(Element rootElement,
DescriptorTag tag,
Class clazz) |
Modifier and Type | Method and Description |
---|---|
Node |
item(int index) |
add, getByElementId, getLength, iterator, remove
public TagNodeList(Element rootElement, DescriptorTag tag, Class clazz)
rootElement
- the root element for the node listtag
- the tag we are looking forclazz
- the class of abstractelement wrapper to constructpublic Node item(int index)
item
in interface NodeList
item
in class AbstractNodeList
NodeList.item(int)
Copyright © 2004-2013 Codehaus. All Rights Reserved.