org.apache.batik.dom
protected class AbstractParentNode.ElementsByTagNameNS extends Object implements NodeList
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 | |
---|---|
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). |
Returns: size.