るりまサーチ

最速Rubyリファレンスマニュアル検索!
11件ヒット [1-11件を表示] (0.100秒)
トップページ > 種類:特異メソッド[x] > クエリ:new[x] > クラス:REXML::Attributes[x]

別のキーワード

  1. openssl new
  2. _builtin new
  3. rexml/document new
  4. resolv new
  5. socket new

ライブラリ

検索結果

REXML::Attributes.new(element) -> REXML::Attributes (18109.0)

空の Attributes オブジェクトを生成します。

...の Attributes オブジェクトを生成します。

どの要素の属性であるかを element で指定します。

通常は REXML::Element.new によって Attributes オブジェクト
が生成されるため、このメソッドを使う必要はありません。

@param element 属性...