com.icl.saxon.expr
public class IntersectionEnumeration extends Object implements NodeEnumeration
Constructor Summary | |
---|---|
IntersectionEnumeration(NodeEnumeration p1, NodeEnumeration p2, Controller controller)
Form an enumeration of the intersection of the nodes in two nodesets |
Method Summary | |
---|---|
boolean | hasMoreElements() |
boolean | isPeer() |
boolean | isReverseSorted() |
boolean | isSorted() |
NodeInfo | nextElement() |
Parameters: p1 the first operand p2 the second operand controller Comparer to be used for putting nodes in document order