protected class DefaultContentSelector.SelectedNodes
extends java.lang.Object
implements org.w3c.dom.NodeList
| Modifier and Type | Field and Description |
|---|---|
protected java.util.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(). |
org.w3c.dom.Node |
item(int index)
DOM: Implements
NodeList.item(int). |
protected boolean |
update() |
protected boolean update()
public org.w3c.dom.Node item(int index)
NodeList.item(int).item in interface org.w3c.dom.NodeListpublic int getLength()
NodeList.getLength().getLength in interface org.w3c.dom.NodeListCopyright ? 2015 Apache Software Foundation. All Rights Reserved.