|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmartin.common.xml.MyNodeList
public class MyNodeList
| Field Summary | |
|---|---|
private java.util.List<org.w3c.dom.Node> |
list
|
| Constructor Summary | |
|---|---|
MyNodeList(java.util.List<org.w3c.dom.Node> list)
|
|
MyNodeList(org.w3c.dom.NodeList childNodes)
|
|
| Method Summary | |
|---|---|
int |
getLength()
|
org.w3c.dom.Node |
item(int index)
|
java.util.Iterator<org.w3c.dom.Node> |
iterator()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private java.util.List<org.w3c.dom.Node> list
| Constructor Detail |
|---|
public MyNodeList(java.util.List<org.w3c.dom.Node> list)
public MyNodeList(org.w3c.dom.NodeList childNodes)
| Method Detail |
|---|
public int getLength()
getLength in interface org.w3c.dom.NodeListpublic org.w3c.dom.Node item(int index)
item in interface org.w3c.dom.NodeListpublic java.util.Iterator<org.w3c.dom.Node> iterator()
iterator in interface java.lang.Iterable<org.w3c.dom.Node>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||