るりまサーチ (Ruby 3.4)

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

別のキーワード

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

ライブラリ

キーワード

検索結果

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

絞り込み条件を変える

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

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

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

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

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

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

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

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

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

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

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

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

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