36件ヒット
[1-36件を表示]
(0.124秒)
ライブラリ
-
rexml
/ document (36)
キーワード
- == (12)
- standalone= (12)
- xmldecl (12)
検索結果
先頭3件
-
REXML
:: XMLDecl # standalone=(value) (6108.0) -
スタンドアロン文書であるかどうかを "yes" "no" で設定します。
...スタンドアロン文書であるかどうかを "yes" "no" で設定します。
この属性を省略したい場合は nil を指定します。
@param value 設定値(文字列)... -
REXML
:: XMLDecl # xmldecl(version , encoding , standalone) -> () (120.0) -
内容を更新します。
...内容を更新します。
@param version バージョン(文字列)
@param encoding エンコーディング(文字列 or nil)
@param standalone スタンドアロン文章かどうか("yes", "no", nil)... -
REXML
:: XMLDecl # ==(other) -> bool (108.0) -
self と other が同じであるならば真を返します。
...self と other が同じであるならば真を返します。
「同じ」とは REXML::XMLDecl#version, REXML::XMLDecl#encoding,
REXML::XMLDecl#standalone が一致していることを意味します。
@param other 比較対象のオブジェクト...