|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.beandocument.BeanNodeList
NodeList implementation to capture all generated nodes in the document
Constructor Summary | |
protected |
BeanNodeList()
Creates a new, empty NodeList implementation |
Method Summary | |
protected void |
add(org.w3c.dom.Node node)
Sets a new item to the NodeList |
int |
getLength()
Retrieves the length of nodes in the list |
org.w3c.dom.Node |
item(int index)
Retrieves one item of the list of nodes |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected BeanNodeList()
Method Detail |
public int getLength()
getLength
in interface org.w3c.dom.NodeList
NodeList.getLength()
public org.w3c.dom.Node item(int index)
item
in interface org.w3c.dom.NodeList
index
- Number of node to retrieve
NodeList.item(int)
protected void add(org.w3c.dom.Node node)
node
- Node to add to the list
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |