るりまサーチ (Ruby 2.3.0)

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

別のキーワード

  1. rexml/document attributes
  2. attributes <<
  3. attributes []
  4. uri attributes
  5. attributes new

検索結果

REXML::Attributes (54043.0)

属性の集合を表すクラスです。

...属性の集合を表すクラスです。

REXML
::Element#attributes はこのクラスのオブジェクトを返します。
各属性には REXML::Attributes#[] でアクセスします。...

REXML::Element (25.0)

XML の要素(エレメント、element)を表すクラス。

XML の要素(エレメント、element)を表すクラス。

要素は
* 子要素(children)
* 属性(attributes)
* 名前(name)
を持つものとして特徴付けられます。

また、要素はある別の要素の子となることもできます。