|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.batik.bridge.svg12.XPathPatternContentSelector.SelectedNodes
protected class XPathPatternContentSelector.SelectedNodes
Implementation of NodeList that contains the nodes that matched this selector.
Field Summary | |
---|---|
protected java.util.ArrayList |
nodes
The selected nodes. |
Constructor Summary | |
---|---|
XPathPatternContentSelector.SelectedNodes()
Creates a new SelectedNodes object. |
Method Summary | |
---|---|
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)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.util.ArrayList nodes
Constructor Detail |
---|
public XPathPatternContentSelector.SelectedNodes()
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |