るりまサーチ

最速Rubyリファレンスマニュアル検索!
11件ヒット [1-11件を表示] (0.033秒)
トップページ > クエリ:REXML::Attribute[x] > クエリ:get_attribute_ns[x]

別のキーワード

  1. attribute new
  2. element add_attribute
  3. attribute value
  4. rexml/document attribute
  5. rexml/document add_attribute

ライブラリ

クラス

検索結果

REXML::Attributes#get_attribute_ns(namespace, name) -> REXML::Attribute | nil (21226.0)

namespace と name で特定される属性を返します。

...ements("/root/a").first

a.attributes.get_attribute_ns("", "att") # => att='<'
a.attributes.get_attribute_ns("http://example.org/foo", "att") # => foo:att='1'
a.attributes.get_attribute_ns("http://example.org/baz", "att") # => nil
a.attributes.get_attribute_ns("http://example.org/foo", "attt") #...