protected class AbstractParentNode.ElementsByTagName
extends java.lang.Object
implements org.w3c.dom.NodeList
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
name
The name identifier.
|
protected int |
size
The number of nodes.
|
protected org.w3c.dom.Node[] |
table
The table.
|
Constructor and Description |
---|
ElementsByTagName(java.lang.String n)
Creates a new ElementsByTagName object.
|
Modifier and Type | Method and Description |
---|---|
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) . |
protected org.w3c.dom.Node[] table
protected int size
protected java.lang.String name
public ElementsByTagName(java.lang.String n)
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()
Copyright ? 2009 Apache Software Foundation. All Rights Reserved.