120件ヒット
[101-120件を表示]
(0.013秒)
クラス
-
REXML
:: Document (36) -
REXML
:: XMLDecl (60)
モジュール
-
REXML
:: SAX2Listener (12) -
REXML
:: StreamListener (12)
キーワード
- == (12)
- encoding (12)
-
stand
_ alone? (24) - standalone= (12)
- version (12)
- xmldecl (36)
検索結果
-
REXML
:: XMLDecl # ==(other) -> bool (8.0) -
self と other が同じであるならば真を返します。
...self と other が同じであるならば真を返します。
「同じ」とは REXML::XMLDecl#version, REXML::XMLDecl#encoding,
REXML::XMLDecl#standalone が一致していることを意味します。
@param other 比較対象のオブジェクト... -
REXML
:: XMLDecl # stand _ alone? -> String | nil (3.0) -
スタンドアロン文書であるかどうかを "yes" "no" で 返します。
スタンドアロン文書であるかどうかを "yes" "no" で
返します。
nil(省略)を返す場合もあります。