protected class AbstractParentNode.ElementsByTagNameNS extends java.lang.Object implements NodeList
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
localName
The local name identifier.
|
protected java.lang.String |
namespaceURI
The namespace URI identifier.
|
protected int |
size
The number of nodes.
|
protected Node[] |
table
The table.
|
Constructor and Description |
---|
ElementsByTagNameNS(java.lang.String ns,
java.lang.String ln)
Creates a new ElementsByTagNameNS object.
|
Modifier and Type | Method and Description |
---|---|
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) . |
protected Node[] table
protected int size
protected java.lang.String namespaceURI
protected java.lang.String localName
public ElementsByTagNameNS(java.lang.String ns, java.lang.String ln)
public Node item(int index)
NodeList.item(int)
.public int getLength()
NodeList.getLength()
.public void invalidate()
protected void append(Node n)
protected void initialize()
Copyright © 2022 Apache Software Foundation. All Rights Reserved.