org.apache.batik.bridge.svg12

Class DefaultContentSelector.SelectedNodes

protected class DefaultContentSelector.SelectedNodes extends Object implements NodeList

Implementation of NodeList that contains the nodes that matched this selector.
Field Summary
protected ArrayListnodes
The selected nodes.
Constructor Summary
SelectedNodes()
Creates a new SelectedNodes object.
Method Summary
intgetLength()
DOM: Implements org.w3c.dom.NodeList#getLength().
Nodeitem(int index)
DOM: Implements org.w3c.dom.NodeList#item(int).
protected booleanupdate()

Field Detail

nodes

protected ArrayList nodes
The selected nodes.

Constructor Detail

SelectedNodes

public SelectedNodes()
Creates a new SelectedNodes object.

Method Detail

getLength

public int getLength()
DOM: Implements org.w3c.dom.NodeList#getLength().

item

public Node item(int index)
DOM: Implements org.w3c.dom.NodeList#item(int).

update

protected boolean update()
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.