--- title: name slug: Web/XPath/Functions/name tags: - XSLT - XSLT_Reference translation_of: Web/XPath/Functions/name ---

{{ XsltRef() }}

name 関数は、与えられたノード集合内の最初のノードの QName を表す文字列を返します。

構文

name( [node-set] )

引数

node-set (省略可)
このノード集合内の最初のノードの QName が返されます。引数を省略すると、現在のコンテキストノードが使用されます。

返値

ノードの QName を表す文字列。

定義

XPath 1.0 4.1

Gecko での対応

対応済み。