com.icl.saxon.expr
public class DistinctEnumeration extends Object implements NodeEnumeration
| Field Summary | |
|---|---|
| NodeInfo | nextNode |
| Constructor Summary | |
|---|---|
| DistinctEnumeration(NodeEnumeration p1, Controller controller)
Form an enumeration of the distinct nodes in a node-set, distinguishing nodes
by their string-value | |
| DistinctEnumeration(Context c, NodeEnumeration p1, Expression exp) | |
| Method Summary | |
|---|---|
| boolean | hasMoreElements() |
| boolean | isPeer() |
| boolean | isReverseSorted() |
| boolean | isSorted() |
| NodeInfo | nextElement() |