|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.batik.dom.AbstractParentNode.Nodes
To manage a list of nodes.
Field Summary | |
protected int |
size
The number of nodes. |
protected Node[] |
table
The table. |
Constructor Summary | |
AbstractParentNode.Nodes()
Creates a new Nodes object. |
Method Summary | |
void |
append(Node n)
Appends a node to the list. |
int |
getLength()
DOM: Implements NodeList.getLength() . |
Node |
item(int index)
DOM: Implements NodeList.item(int) . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected Node[] table
protected int size
Constructor Detail |
public AbstractParentNode.Nodes()
Method Detail |
public Node item(int index)
NodeList.item(int)
.item
in interface NodeList
org.w3c.dom.NodeList
indexIndex
- into the collection.index
th position in the
NodeList
, or null
if that is not a valid
index.public int getLength()
NodeList.getLength()
.getLength
in interface NodeList
size
.public void append(Node n)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |