public class DomNodeList extends Object implements XmlFieldNodeList
Constructor and Description |
---|
DomNodeList(List<XmlFieldNode> nodeList) |
Modifier and Type | Method and Description |
---|---|
int |
getLength()
Get the node list length.
|
XmlFieldNode |
item(int index)
Retrieve the item positioned at the specified index.
|
public DomNodeList(List<XmlFieldNode> nodeList)
public int getLength()
XmlFieldNodeList
getLength
in interface XmlFieldNodeList
public XmlFieldNode item(int index)
XmlFieldNodeList
item
in interface XmlFieldNodeList
index
- indexCopyright © 2011–2014. All rights reserved.