org.apache.batik.bridge.svg12
protected class DefaultContentSelector.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 {@link org.w3c.dom.NodeList#getLength()}. |
Node | item(int index)
DOM: Implements {@link org.w3c.dom.NodeList#item(int)}. |
protected boolean | update() |