org.apache.batik.bridge.svg12
protected class XPathSubsetContentSelector.SelectedNodes extends Object implements NodeList
| Field Summary | |
|---|---|
| protected ArrayList | nodes
The selected nodes. |
| Constructor Summary | |
|---|---|
| SelectedNodes()
Creates a new SelectedNodes object. | |
| Method Summary | |
|---|---|
| int | getLength()
DOM: Implements org.w3c.dom.NodeList#getLength(). |
| Node | item(int index)
DOM: Implements org.w3c.dom.NodeList#item(int). |
| protected boolean | update() |