org.apache.batik.dom
protected class AbstractParentNode.ElementsByTagName extends Object implements NodeList
| Field Summary | |
|---|---|
| protected String | name
The name identifier. |
| protected int | size
The number of nodes. |
| protected Node[] | table
The table. |
| Constructor Summary | |
|---|---|
| ElementsByTagName(String n)
Creates a new ElementsByTagName 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). |
Returns: size.