Package org.apache.batik.bridge.svg12
Class DefaultContentSelector.SelectedNodes
- java.lang.Object
-
- org.apache.batik.bridge.svg12.DefaultContentSelector.SelectedNodes
-
- All Implemented Interfaces:
org.w3c.dom.NodeList
- Enclosing class:
- DefaultContentSelector
protected class DefaultContentSelector.SelectedNodes extends java.lang.Object implements org.w3c.dom.NodeListImplementation of NodeList that contains the nodes that matched this selector.
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.ArrayListnodesThe selected nodes.
-
Constructor Summary
Constructors Constructor Description SelectedNodes()Creates a new SelectedNodes object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetLength()DOM: ImplementsNodeList.getLength().org.w3c.dom.Nodeitem(int index)DOM: ImplementsNodeList.item(int).protected booleanupdate()
-
-
-
Method Detail
-
update
protected boolean update()
-
item
public org.w3c.dom.Node item(int index)
DOM: ImplementsNodeList.item(int).- Specified by:
itemin interfaceorg.w3c.dom.NodeList
-
getLength
public int getLength()
DOM: ImplementsNodeList.getLength().- Specified by:
getLengthin interfaceorg.w3c.dom.NodeList
-
-