種類
- インスタンスメソッド (180)
- 特異メソッド (24)
- 定数 (12)
ライブラリ
-
rexml
/ document (216)
キーワード
- == (12)
-
DEFAULT
_ VERSION (12) - clone (12)
- default (12)
- dowrite (12)
- encoding (12)
- encoding= (12)
- new (12)
-
node
_ type (12) - nowrite (12)
-
stand
_ alone? (12) - standalone (12)
- standalone= (12)
- version (12)
- version= (12)
- writeencoding (12)
- writethis (12)
- xmldecl (12)
検索結果
先頭2件
-
REXML
:: XMLDecl . new(version = REXML :: XMLDecl :: DEFAULT _ VERSION , encoding = nil , standalone = nil) (1.0) -
新たな XMLDecl オブジェクトを生成して返します。
新たな XMLDecl オブジェクトを生成して返します。
version 以外は省略可能です。
@param version バージョン(文字列)
@param encoding エンコーディング(文字列 or nil)
@param standalone スタンドアロン文章かどうか("yes", "no", nil) -
REXML
:: XMLDecl :: DEFAULT _ VERSION -> String (1.0) -
REXML::XMLDecl.new や REXML::XMLDecl.default で の使われるデフォルトのXMLバージョン。
...REXML::XMLDecl.new や REXML::XMLDecl.default で
の使われるデフォルトのXMLバージョン。...