最速Rubyリファレンスマニュアル検索!
すべて(108)
2.1.0(9)
2.2.0(9)
2.3.0(9)
2.4.0(9)
2.5.0(9)
2.6.0(9)
2.7.0(9)
3.0(9)
3.1(9)
3.2(9)
3.3(9)
3.4(9)
108件ヒット
[101-108件を表示]
(0.004秒)
トップページ
>
クラス:REXML::Comment
種類
インスタンスメソッド
(84)
特異メソッド
(24)
ライブラリ
rexml
/
document
(108)
キーワード
<=>
(12)
==
(12)
clone
(12)
new
(24)
node
_
type
(12)
string
(12)
string=
(12)
to
_
s
(12)
検索結果
先頭1件
REXML
::
Comment
.
new(string
,
parent = nil) -> REXML
::
Comment
<<
<
1
2
>>
REXML
::
Comment
.
new(string
,
parent = nil) -> REXML
::
Comment
(1.0)
2.1.0
2.3.0
2.4.0
2.5.0
2.6.0
2.7.0
3.1
3.2
特異メソッド
Comment オブジェクトを生成します。
...
ment オブジェクトを生成します。
引数に
REXML::Comment
オブジェクトを渡すとその内容が複製されます
(親ノードの情報は複製されません)。
@param string コメント文字列
@param comment
REXML::Comment
オブジェクト
@param parent 親ノード
...
<<
<
1
2
>>