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.

namespace-uri


namespace-uri 関数は、与えられたノード集合内の最初のノードの名前空間 URI を表す文字列を返します。

構文

namespace-uri( [node-set] )

引数

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

戻り値

与えられたノードが属する名前空間の URI を表す文字列。

注記

  • 与えられたノードが特定の名前空間を持たなければ、空文字列が返されます。
  • 要素ノードおよび属性ノード以外のノードに対しては、常に空文字列が返されます。

定義

XPath 1.0 4.1

Gecko でのサポート

サポート済み。

ドキュメントのタグと貢献者

タグ: 
 このページの貢献者: Shoot
 最終更新者: Shoot,