るりまサーチ (Ruby 3.1)

最速Rubyリファレンスマニュアル検索!
1件ヒット [1-1件を表示] (0.078秒)
トップページ > 種類:インスタンスメソッド[x] > クエリ:i[x] > ライブラリ:rexml[x] > クエリ:expanded_name[x] > バージョン:3.1[x] > クラス:REXML::Attributes[x]

別のキーワード

  1. rexml/document expanded_name
  2. rexml expanded_name
  3. document expanded_name
  4. namespace expanded_name
  5. rexml fully_expanded_name

検索結果

REXML::Attributes#each {|name, value| ... } -> () (9028.0)

各属性の名前と値に対しブロックを呼び出します。

...属性の名前と値に対しブロックを呼び出します。

名前には expanded_name(REXML::Namespace#exapnded_name)が
渡されます。

//emlist[][ruby]{
require 'rexml/document'

doc = REXML::Document.new(<<EOS)
<root xmlns:foo="http://example.org/foo"
xmlns:bar="http://example....