|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.batik.dom.AbstractParentNode.ElementsByTagNameNS
protected class AbstractParentNode.ElementsByTagNameNS
To manage a list of nodes.
| Field Summary | |
|---|---|
protected String |
localName
The local name identifier. |
protected String |
namespaceURI
The namespace URI identifier. |
protected int |
size
The number of nodes. |
protected Node[] |
table
The table. |
| Constructor Summary | |
|---|---|
AbstractParentNode.ElementsByTagNameNS(String ns,
String ln)
Creates a new ElementsByTagNameNS 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 namespaceURI
protected String localName
| Constructor Detail |
|---|
public AbstractParentNode.ElementsByTagNameNS(String ns,
String ln)
| 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 | |||||||||