com.icl.saxon.expr
public class DifferenceEnumeration extends Object implements NodeEnumeration
Field Summary | |
---|---|
NodeInfo | nextNode |
Constructor Summary | |
---|---|
DifferenceEnumeration(NodeEnumeration p1, NodeEnumeration p2, Controller controller)
Form an enumeration of the difference of two nodesets, that is, the nodes
that are in p1 and that are not in p2. |
Method Summary | |
---|---|
boolean | hasMoreElements() |
boolean | isPeer() |
boolean | isReverseSorted() |
boolean | isSorted() |
NodeInfo | nextElement() |
Parameters: p1 the first operand p2 the second operand comparer the comparer