set:intersection()
set:intersection() returns the intersection of two node-sets. In other words, it returns a node-set containing all the nodes that exist in bothnodeSet1 andnodeSet2.
In this article
Syntax
set:intersection(nodeSet1, nodeSet2)
Parameters
Return value
A node-set containing the nodes that existed in bothnodeSet1 and innodeSet2.