Package org.apache.batik.dom
Class AbstractParentNode.ElementsByTagName
java.lang.Object
org.apache.batik.dom.AbstractParentNode.ElementsByTagName
- All Implemented Interfaces:
NodeList
- Enclosing class:
AbstractParentNode
To manage a list of nodes.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
Appends a node to the list.int
DOM: ImplementsNodeList.getLength()
.protected void
Initializes the list.void
Invalidates the list.item
(int index) DOM: ImplementsNodeList.item(int)
.
-
Field Details
-
table
The table. -
size
protected int sizeThe number of nodes. -
name
The name identifier.
-
-
Constructor Details
-
ElementsByTagName
Creates a new ElementsByTagName object.
-
-
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.
-