org.w3c.dom.NodeListprotected class XPathPatternContentSelector.SelectedNodes
extends java.lang.Object
implements org.w3c.dom.NodeList
| Modifier and Type | Field | Description |
|---|---|---|
protected java.util.ArrayList |
nodes |
The selected nodes.
|
| Constructor | Description |
|---|---|
SelectedNodes() |
Creates a new SelectedNodes object.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected boolean |
descendantSelected(org.w3c.dom.Node n) |
|
int |
getLength() |
DOM: Implements
NodeList.getLength(). |
org.w3c.dom.Node |
item(int index) |
DOM: Implements
NodeList.item(int). |
protected boolean |
update() |
|
protected void |
update(org.w3c.dom.Node n) |
protected boolean update()
protected boolean descendantSelected(org.w3c.dom.Node n)
protected void update(org.w3c.dom.Node n)
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 ? 2018 Apache Software Foundation. All Rights Reserved.