るりまサーチ

最速Rubyリファレンスマニュアル検索!
12件ヒット [1-12件を表示] (0.013秒)

別のキーワード

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

クラス

検索結果

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

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

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

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

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

@param element 属...