180件ヒット
[1-100件を表示]
(0.068秒)
ライブラリ
-
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 # ==(other) -> bool (2.0) -
self と other が同じであるならば真を返します。
...self と other が同じであるならば真を返します。
「同じ」とは REXML::XMLDecl#version, REXML::XMLDecl#encoding,
REXML::XMLDecl#standalone が一致していることを意味します。
@param other 比較対象のオブジェクト... -
REXML
:: XMLDecl # clone -> REXML :: XMLDecl (2.0) -
self を複製します。
self を複製します。 -
REXML
:: XMLDecl # dowrite -> () (2.0) -
出力時(REXML::Document#write) に XML 宣言を省略しない よう指示します。
...出力時(REXML::Document#write) に XML 宣言を省略しない
よう指示します。
@see REXML::XMLDecl#nowrite, REXML::XMLDecl#writethis... -
REXML
:: XMLDecl # encoding -> String | nil (2.0) -
設定されているエンコーディングの名前を文字列で返します。
設定されているエンコーディングの名前を文字列で返します。
エンコーディングが指定されていない(デフォルトの UTF-8 とみなされます)
場合は nil を返します。 -
REXML
:: XMLDecl # encoding=(enc) (2.0) -
エンコーディングを enc に設定します。
...エンコーディングを enc に設定します。
enc に nil を渡すと XML 宣言では encoding が
指定されていない(デフォルトで UTF-8 が使われる)
ことになります。
@param enc エンコーディング(文字列 or nil)
@see REXML::XMLDecl#encoding=... -
REXML
:: XMLDecl # node _ type -> Symbol (2.0) -
シンボル :xmldecl を返します。
シンボル :xmldecl を返します。 -
REXML
:: XMLDecl # nowrite -> () (2.0) -
出力時(REXML::Document#write) に XML 宣言を省略する よう指示します。
...出力時(REXML::Document#write) に XML 宣言を省略する
よう指示します。
@see REXML::XMLDecl#dowrite, REXML::XMLDecl#writethis... -
REXML
:: XMLDecl # stand _ alone? -> String | nil (2.0) -
スタンドアロン文書であるかどうかを "yes" "no" で 返します。
スタンドアロン文書であるかどうかを "yes" "no" で
返します。
nil(省略)を返す場合もあります。 -
REXML
:: XMLDecl # standalone -> String | nil (2.0) -
スタンドアロン文書であるかどうかを "yes" "no" で 返します。
スタンドアロン文書であるかどうかを "yes" "no" で
返します。
nil(省略)を返す場合もあります。