|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.batik.bridge.svg12.DefaultContentSelector.SelectedNodes
protected class DefaultContentSelector.SelectedNodes
Implementation of NodeList that contains the nodes that matched this selector.
Field Summary | |
---|---|
protected ArrayList |
nodes
The selected nodes. |
Constructor Summary | |
---|---|
DefaultContentSelector.SelectedNodes()
Creates a new SelectedNodes object. |
Method Summary | |
---|---|
int |
getLength()
DOM: Implements NodeList.getLength() . |
Node |
item(int index)
DOM: Implements NodeList.item(int) . |
protected boolean |
update()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected ArrayList nodes
Constructor Detail |
---|
public DefaultContentSelector.SelectedNodes()
Method Detail |
---|
protected boolean update()
public Node item(int index)
NodeList.item(int)
.
item
in interface NodeList
public int getLength()
NodeList.getLength()
.
getLength
in interface NodeList
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |