Package | Description |
---|---|
com.caucho.xpath.pattern |
Modifier and Type | Class and Description |
---|---|
class |
SelectedAttribute
Represents a selected node.
|
Modifier and Type | Method and Description |
---|---|
SelectedNode |
AttributeIterator.nextSelectedNode()
Returns the next selected node.
|
SelectedNode |
NamespaceIterator.nextSelectedNode()
Returns the next selected node.
|
SelectedNode |
NodeIterator.nextSelectedNode()
Returns the next selected node.
|
SelectedNode |
MergeIterator.nextSelectedNode()
Returns the next selected.
|
Modifier and Type | Method and Description |
---|---|
int |
SelectedAttribute.compareTo(SelectedNode b)
Returns the node's index
|
int |
SelectedNode.compareTo(SelectedNode b)
Returns the node's index
|