るりまサーチ

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

別のキーワード

  1. comment new
  2. rexml comment
  3. comment ==
  4. etc comment
  5. comment <=>

ライブラリ

キーワード

検索結果

<< 1 2 > >>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

絞り込み条件を変える

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

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

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

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

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

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

REXML::Comment#string=(value) (3001.0)

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

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

@param value 設定する文字列

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

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

コメント文字列を返します。
<< 1 2 > >>