|
||||||||||
| 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 ArrayList |
nodes
The selected nodes. |
| Constructor Summary | |
|---|---|
XPathPatternContentSelector.SelectedNodes()
Creates a new SelectedNodes object. |
|
| Method Summary | |
|---|---|
protected boolean |
descendantSelected(Node n)
|
int |
getLength()
DOM: Implements NodeList.getLength(). |
Node |
item(int index)
DOM: Implements NodeList.item(int). |
protected boolean |
update()
|
protected void |
update(Node n)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected ArrayList nodes
| Constructor Detail |
|---|
public XPathPatternContentSelector.SelectedNodes()
| Method Detail |
|---|
protected boolean update()
protected boolean descendantSelected(Node n)
protected void update(Node n)
public Node item(int index)
NodeList.item(int).
item in interface NodeListpublic int getLength()
NodeList.getLength().
getLength in interface NodeList
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||