| java.lang.Object net.sf.saxon.exslt.Sets
Sets | abstract public class Sets (Code) | | This class implements extension functions in the
http://exslt.org/sets namespace.
|
hasSameNode | public static boolean hasSameNode(SequenceIterator p1, SequenceIterator p2) throws XPathException(Code) | | Determine whether two node-sets contain at least one node in common
Parameters: p1 - The first node-set Parameters: p2 - The second node-set true if p1 and p2 contain at least one node in common (i.e. if the intersectionis not empty) |
|
|