Package org.apache.batik.bridge.svg12
Class XPathSubsetContentSelector.SelectedNodes
java.lang.Object
org.apache.batik.bridge.svg12.XPathSubsetContentSelector.SelectedNodes
- All Implemented Interfaces:
NodeList
- Enclosing class:
XPathSubsetContentSelector
Implementation of NodeList that contains the nodes that matched
this selector.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
DOM: ImplementsNodeList.getLength()
.item
(int index) DOM: ImplementsNodeList.item(int)
.protected boolean
update()
-
Field Details
-
nodes
The selected nodes.
-
-
Constructor Details
-
SelectedNodes
public SelectedNodes()Creates a new SelectedNodes object.
-
-
Method Details
-
update
protected boolean update() -
item
DOM: ImplementsNodeList.item(int)
. -
getLength
public int getLength()DOM: ImplementsNodeList.getLength()
.
-