org.apache.batik.bridge.svg12
protected class XPathSubsetContentSelector.SelectedNodes extends java.lang.Object implements NodeList
| Modifier and Type | Field and Description |
|---|---|
protected java.util.ArrayList |
nodes
The selected nodes.
|
| Constructor and Description |
|---|
XPathSubsetContentSelector.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() |
public XPathSubsetContentSelector.SelectedNodes()
protected boolean update()
public Node item(int index)
NodeList.item(int).public int getLength()
NodeList.getLength().Copyright ? 2008 Apache Software Foundation. All Rights Reserved.