public class SelectedAttribute extends SelectedNode
_depth, _level, _node| Constructor and Description |
|---|
SelectedAttribute(org.w3c.dom.Node node)
Creates new selected node, calculating the index.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(SelectedNode b)
Returns the node's index
|
getNodepublic SelectedAttribute(org.w3c.dom.Node node)
node - the underlying DOM node.public int compareTo(SelectedNode b)
compareTo in class SelectedNode