108件ヒット
[101-108件を表示]
(0.023秒)
別のキーワード
種類
- インスタンスメソッド (84)
- 特異メソッド (24)
ライブラリ
-
rexml
/ document (108)
クラス
-
REXML
:: Attribute (60) -
REXML
:: Element (48)
キーワード
-
add
_ attributes (12) -
delete
_ attribute (12) - namespace (12)
- new (24)
- prefix (12)
-
to
_ string (12)
検索結果
-
REXML
:: Attribute . new(attribute _ to _ clone , parent = nil) -> REXML :: Attribute (8006.0) -
新たな属性オブジェクトを生成します。
...できます。
parent を省略した場合は nil が設定されます。
通常はこのメソッドは直接は使わず、REXML::Element#add_attribute などを
使うでしょう。
@param attribute_to_clone 複製元の REXML::Attribute オブジェクト
@param attribute 属性名
@param...