|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.xpath.pattern.SelectedNode
public class SelectedNode
Represents a selected node.
| Field Summary | |
|---|---|
protected int |
_depth
|
protected int |
_level
|
protected org.w3c.dom.Node |
_node
|
| Constructor Summary | |
|---|---|
SelectedNode(org.w3c.dom.Node node)
Creates new selected node, calculating the index. |
|
| Method Summary | |
|---|---|
int |
compareTo(SelectedNode b)
Returns the node's index |
org.w3c.dom.Node |
getNode()
Returns the underlying DOM node. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected org.w3c.dom.Node _node
protected int _depth
protected int _level
| Constructor Detail |
|---|
public SelectedNode(org.w3c.dom.Node node)
node - the underlying DOM node.| Method Detail |
|---|
public org.w3c.dom.Node getNode()
public int compareTo(SelectedNode b)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||