Movatterモバイル変換


[0]ホーム

URL:


  1. Web
  2. XML
  3. EXSLT
  4. Reference
  5. Sets (set)
  6. set:intersection()

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.

Syntax

set:intersection(nodeSet1, nodeSet2)

Parameters

nodeSet1

The first node-set.

nodeSet2

The second node-set.

Return value

A node-set containing the nodes that existed in bothnodeSet1 and innodeSet2.

Specifications

EXSLT - SET:INTERSECTION

Help improve MDN

Learn how to contribute

This page was last modified on byMDN contributors.


[8]ページ先頭

©2009-2026 Movatter.jp