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