|
||||||||||
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 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 org.w3c.dom.Node[] |
table
The table. |
Constructor Summary | |
---|---|
AbstractParentNode.ElementsByTagNameNS(java.lang.String ns,
java.lang.String ln)
Creates a new ElementsByTagNameNS object. |
Method Summary | |
---|---|
protected void |
append(org.w3c.dom.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. |
org.w3c.dom.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 org.w3c.dom.Node[] table
protected int size
protected java.lang.String namespaceURI
protected java.lang.String localName
Constructor Detail |
---|
public AbstractParentNode.ElementsByTagNameNS(java.lang.String ns, java.lang.String ln)
Method Detail |
---|
public org.w3c.dom.Node item(int index)
NodeList.item(int)
.
item
in interface org.w3c.dom.NodeList
public int getLength()
NodeList.getLength()
.
getLength
in interface org.w3c.dom.NodeList
size
.public void invalidate()
protected void append(org.w3c.dom.Node n)
protected void initialize()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |