180件ヒット
[101-180件を表示]
(0.070秒)
ライブラリ
-
rexml
/ document (180)
キーワード
- == (12)
- clone (12)
- dowrite (12)
- encoding (12)
- encoding= (12)
-
node
_ type (12) - nowrite (12)
-
stand
_ alone? (12) - standalone (12)
- standalone= (12)
- version (12)
- version= (12)
- writeencoding (12)
- writethis (12)
- xmldecl (12)
検索結果
先頭5件
-
REXML
:: XMLDecl # standalone -> String | nil (2.0) -
スタンドアロン文書であるかどうかを "yes" "no" で 返します。
スタンドアロン文書であるかどうかを "yes" "no" で
返します。
nil(省略)を返す場合もあります。 -
REXML
:: XMLDecl # standalone=(value) (2.0) -
スタンドアロン文書であるかどうかを "yes" "no" で設定します。
スタンドアロン文書であるかどうかを "yes" "no" で設定します。
この属性を省略したい場合は nil を指定します。
@param value 設定値(文字列) -
REXML
:: XMLDecl # version -> String (2.0) -
XML文書のバージョンを文字列で返します。
XML文書のバージョンを文字列で返します。 -
REXML
:: XMLDecl # version=(value) (2.0) -
XML文書のバージョンを設定します。
XML文書のバージョンを設定します。
@param value 設定値(文字列) -
REXML
:: XMLDecl # writeencoding -> bool (2.0) -
XML宣言内の encoding の宣言を出力時に省略するならば真を返します。
XML宣言内の encoding の宣言を出力時に省略するならば真を返します。
これが真であっても UTF-8 以外のエンコーディングを指定している
ならば encoding は出力されます。 -
REXML
:: XMLDecl # writethis -> bool (2.0) -
出力時(REXML::Document#write) に XML 宣言を出力する(省略しない) ならば真を返します。
...出力時(REXML::Document#write) に XML 宣言を出力する(省略しない)
ならば真を返します。
@see REXML::XMLDecl#dowrite, REXML::XMLDecl#nowrite... -
REXML
:: XMLDecl # xmldecl(version , encoding , standalone) -> () (2.0) -
内容を更新します。
内容を更新します。
@param version バージョン(文字列)
@param encoding エンコーディング(文字列 or nil)
@param standalone スタンドアロン文章かどうか("yes", "no", nil)