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()
XmlFieldNodeListgetLength in interface XmlFieldNodeListpublic XmlFieldNode item(int index)
XmlFieldNodeListitem in interface XmlFieldNodeListindex - indexCopyright © 2011–2014. All rights reserved.