protected class DefaultContentSelector.SelectedNodes extends Object implements NodeList
Modifier and Type | Field and Description |
---|---|
protected ArrayList |
nodes
The selected nodes.
|
Constructor and Description |
---|
SelectedNodes()
Creates a new SelectedNodes object.
|
Modifier and Type | Method and Description |
---|---|
int |
getLength()
DOM: Implements
NodeList.getLength() . |
Node |
item(int index)
DOM: Implements
NodeList.item(int) . |
protected boolean |
update() |
protected ArrayList nodes
protected boolean update()
public Node item(int index)
NodeList.item(int)
.public int getLength()
NodeList.getLength()
.Copyright © 2000–2022 Apache Software Foundation. All rights reserved.