|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.batik.dom.AbstractParentNode.ElementsByTagName
protected class AbstractParentNode.ElementsByTagName
To manage a list of nodes.
| Field Summary | |
|---|---|
protected String |
name
The name identifier. |
protected int |
size
The number of nodes. |
protected Node[] |
table
The table. |
| Constructor Summary | |
|---|---|
AbstractParentNode.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). |
| 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 String name
| Constructor Detail |
|---|
public AbstractParentNode.ElementsByTagName(String n)
| Method Detail |
|---|
public Node item(int index)
NodeList.item(int).
item in interface NodeListpublic int getLength()
NodeList.getLength().
getLength in interface NodeListsize.public void invalidate()
protected void append(Node n)
protected void initialize()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||