Class AbstractParentNode.ElementsByTagNameNS
java.lang.Object
org.apache.batik.dom.AbstractParentNode.ElementsByTagNameNS
- All Implemented Interfaces:
NodeList
- Enclosing class:
AbstractParentNode
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionElementsByTagNameNS(String ns, String ln) Creates a new ElementsByTagNameNS object. -
Method Summary
Modifier and TypeMethodDescriptionprotected voidAppends a node to the list.intDOM: ImplementsNodeList.getLength().protected voidInitializes the list.voidInvalidates the list.item(int index) DOM: ImplementsNodeList.item(int).
-
Field Details
-
table
The table. -
size
protected int sizeThe number of nodes. -
namespaceURI
The namespace URI identifier. -
localName
The local name identifier.
-
-
Constructor Details
-
ElementsByTagNameNS
-
-
Method Details
-
item
DOM: ImplementsNodeList.item(int). -
getLength
public int getLength()DOM: ImplementsNodeList.getLength(). -
invalidate
public void invalidate()Invalidates the list. -
append
Appends a node to the list. -
initialize
protected void initialize()Initializes the list.
-