Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

intersection


set:intersection() returns the intersection of two node-sets. In other words, it returns a node-set containing all the nodes that exits in both nodeSet1 and nodeSet2.

Syntax

set:intersection(nodeSet1, nodeSet2)

Arguments

nodeSet1
The first node-set.
nodeSet2
The second node-set.

Returns

A node-set containing the nodes that existed in both nodeSet1 and in nodeSet2.

Defined

EXSLT - SET:INTERSECTION

Gecko support

Supported in Gecko 1.9 and later.

Document Tags and Contributors

 Contributors to this page: Sheppy, Sicking, Mgjbot, Fredchat
 Last updated by: Sheppy,