public class DOMNodeListByTagNameImpl extends Object implements NodeList
NodeList
are accessible via an integral index, starting
from 0.Modifier | Constructor and Description |
---|---|
protected |
DOMNodeListByTagNameImpl(Node first,
String tagName)
Instantiates a new DOMNodeListByTagName.
|
Modifier and Type | Method and Description |
---|---|
int |
getLength() |
Node |
item(int index) |
protected void |
preTraverse(Node node)
Traverse the node list.
|
public Node item(int index)
item
in interface NodeList
NodeList.item(int)
public int getLength()
getLength
in interface NodeList
NodeList.getLength()
protected void preTraverse(Node node)
node
- NodeCopyright © 2000–2012 sourceforge. All rights reserved.