Class AbstractParentNode.ElementsByTagName
java.lang.Object
org.apache.batik.dom.AbstractParentNode.ElementsByTagName
- All Implemented Interfaces:
NodeList
- Enclosing class:
AbstractParentNode
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidAppends a node to the list.intDOM: ImplementsNodeList.getLength().protected voidInitializes the list.private voidinitialize(Node node) voidInvalidates 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. -
initialize
-