|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--com.cafesoft.core.xml.dom.StandardNodeList
StandardNodeList implements an XML DOM NodeList.
| Constructor Summary | |
StandardNodeList()
Create a new StandardNodeList. |
|
| Method Summary | |
void |
add(Node node)
Add a Node to the NodeList. |
int |
getLength()
The number of nodes in the list. |
Node |
item(int index)
Returns the indexth item in the collection. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public StandardNodeList()
| Method Detail |
public void add(Node node)
node - the Node to be added.public Node item(int index)
item in interface NodeListindex - into the collection.
public int getLength()
getLength in interface NodeList
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||