|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.batik.dom.AbstractParentNode.ElementsByTagName
To manage a list of nodes.
Field Summary | |
protected java.lang.String |
localName
The local name identifier. |
protected java.lang.String |
namespaceURI
The namespace URI identifier. |
protected int |
size
The number of nodes. |
protected Node[] |
table
The table. |
Constructor Summary | |
AbstractParentNode.ElementsByTagName(java.lang.String ns,
java.lang.String ln)
Creates a new Nodes object. |
Method Summary | |
protected void |
append(Node n)
Appends a node to the list. |
int |
getLength()
DOM: Implements NodeList.getLength() . |
protected void |
initialize()
Initializes the list. |
void |
invalidate()
Invalidates the list. |
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
protected java.lang.String namespaceURI
protected java.lang.String localName
Constructor Detail |
public AbstractParentNode.ElementsByTagName(java.lang.String ns, java.lang.String ln)
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 invalidate()
protected void append(Node n)
protected void initialize()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |