るりまサーチ

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

ライブラリ

キーワード

検索結果

REXML::Instruction.new(target, content = nil) -> REXML::Instruction (13.0)

新たな Instruction オブジェクトを生成します。

...新たな Instruction オブジェクトを生成します。

@
param target ターゲット
@
param content 内容...

REXML::Instruction#==(other) -> bool (7.0)

other と self が同じ 処理命令である場合に真を返します。

...other と self が同じ 処理命令である場合に真を返します。

同じとは、 REXML::Instruction#target と REXML::Instruction#content
が一致することを意味します。

@
param other 比較対象...

REXML::Instruction#content=(value) (7.0)

XML 処理命令の内容を変更します。

...XML 処理命令の内容を変更します。

@
param value 新たなデータ(文字列)...

REXML::Instruction#target=(value) (7.0)

XML 処理命令のターゲットを value に変更します。

...XML 処理命令のターゲットを value に変更します。

@
param value 新たなターゲット(文字列)...