org.apache.batik.bridge.svg12
protected class XPathPatternContentSelector.SelectedNodes extends java.lang.Object implements org.w3c.dom.NodeList
Modifier and Type | Field and Description |
---|---|
protected java.util.ArrayList |
nodes
The selected nodes.
|
Constructor and Description |
---|
XPathPatternContentSelector.SelectedNodes()
Creates a new SelectedNodes object.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
descendantSelected(org.w3c.dom.Node n) |
int |
getLength()
DOM: Implements
NodeList.getLength() . |
org.w3c.dom.Node |
item(int index)
DOM: Implements
NodeList.item(int) . |
protected boolean |
update() |
protected void |
update(org.w3c.dom.Node n) |
public XPathPatternContentSelector.SelectedNodes()
protected boolean update()
protected boolean descendantSelected(org.w3c.dom.Node n)
protected void update(org.w3c.dom.Node n)
public org.w3c.dom.Node item(int index)
NodeList.item(int)
.item
in interface org.w3c.dom.NodeList
public int getLength()
NodeList.getLength()
.getLength
in interface org.w3c.dom.NodeList
Copyright ? 2008 Apache Software Foundation. All Rights Reserved.