るりまサーチ (Ruby 3.2)

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

別のキーワード

  1. _builtin >
  2. bigdecimal >
  3. float >
  4. module >
  5. integer >

ライブラリ

キーワード

検索結果

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

絞り込み条件を変える

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

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

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

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

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

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

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

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

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

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

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

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

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