|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--MutableNodeListImpl
Implements a list of nodes, that Sun could as well have declared as a Vector but is not.
| Field Summary | |
private java.util.Vector |
data
|
| Constructor Summary | |
MutableNodeListImpl()
Default Constructor |
|
| Method Summary | |
void |
addNode(org.w3c.dom.Node n)
Insert a node at the end of the list. |
int |
getLength()
|
org.w3c.dom.Node |
item(int index)
|
| Methods inherited from class java.lang.Object |
|
| Field Detail |
private java.util.Vector data
| Constructor Detail |
public MutableNodeListImpl()
| 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 void addNode(org.w3c.dom.Node n)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||