72件ヒット
[1-72件を表示]
(0.049秒)
種類
- インスタンスメソッド (48)
- 定数 (12)
- 特異メソッド (12)
ライブラリ
-
rexml
/ document (72)
キーワード
-
DEFAULT
_ VERSION (12) - new (12)
- standalone= (12)
- version (12)
- version= (12)
- xmldecl (12)
検索結果
先頭5件
-
REXML
:: XMLDecl # version -> String (6101.0) -
XML文書のバージョンを文字列で返します。
XML文書のバージョンを文字列で返します。 -
REXML
:: XMLDecl # version=(value) (6101.0) -
XML文書のバージョンを設定します。
...XML文書のバージョンを設定します。
@param value 設定値(文字列)... -
REXML
:: XMLDecl :: DEFAULT _ VERSION -> String (6101.0) -
REXML::XMLDecl.new や REXML::XMLDecl.default で の使われるデフォルトのXMLバージョン。
...REXML::XMLDecl.new や REXML::XMLDecl.default で
の使われるデフォルトのXMLバージョン。... -
REXML
:: XMLDecl . new(version = REXML :: XMLDecl :: DEFAULT _ VERSION , encoding = nil , standalone = nil) (201.0) -
新たな XMLDecl オブジェクトを生成して返します。
...新たな XMLDecl オブジェクトを生成して返します。
version 以外は省略可能です。
@param version バージョン(文字列)
@param encoding エンコーディング(文字列 or nil)
@param standalone スタンドアロン文章かどうか("yes", "no", nil)... -
REXML
:: XMLDecl # standalone=(value) (101.0) -
スタンドアロン文書であるかどうかを "yes" "no" で設定します。
...スタンドアロン文書であるかどうかを "yes" "no" で設定します。
この属性を省略したい場合は nil を指定します。
@param value 設定値(文字列)... -
REXML
:: XMLDecl # xmldecl(version , encoding , standalone) -> () (101.0) -
内容を更新します。
...内容を更新します。
@param version バージョン(文字列)
@param encoding エンコーディング(文字列 or nil)
@param standalone スタンドアロン文章かどうか("yes", "no", nil)...