るりまサーチ

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

別のキーワード

  1. _builtin -
  2. open-uri open
  3. irb/input-method new
  4. irb/input-method gets
  5. matrix -

ライブラリ

キーワード

検索結果

REXML::Comment#<=>(other) -> -1 | 0 | 1 (102.0)

other と内容(REXML::Comment#string)を比較します。

...other と内容(REXML::Comment#string)を比較します。...

REXML::Comment#==(other) -> bool (101.0)

other と内容(REXML::Comment#string)が同じならば真を返します。

...other と内容(REXML::Comment#string)が同じならば真を返します。...

REXML::Comment#clone -> REXML::Comment (101.0)

内容が複製された Comment オブジェクトを返します。 (親ノードの情報は複製されません)。

内容が複製された Comment オブジェクトを返します。
(親ノードの情報は複製されません)。

REXML::Comment#node_type -> Symbol (101.0)

シンボル :comment を返します。

シンボル :comment を返します。

REXML::Comment#string -> String (101.0)

コメント文字列を返します。

コメント文字列を返します。

絞り込み条件を変える

REXML::Comment#to_s -> String (101.0)

コメント文字列を返します。

コメント文字列を返します。

REXML::Comment.new(comment, parent = nil) -> REXML::Comment (101.0)

Comment オブジェクトを生成します。

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

引数に REXML::Comment オブジェクトを渡すとその内容が複製されます
(親ノードの情報は複製されません)。

@param string コメント文字列
@param comment REXML::Comment オブジェクト
@param parent 親ノード...

REXML::Comment.new(string, parent = nil) -> REXML::Comment (101.0)

Comment オブジェクトを生成します。

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

引数に REXML::Comment オブジェクトを渡すとその内容が複製されます
(親ノードの情報は複製されません)。

@param string コメント文字列
@param comment REXML::Comment オブジェクト
@param parent 親ノード...