るりまサーチ

最速Rubyリファレンスマニュアル検索!
33件ヒット [1-33件を表示] (0.336秒)
トップページ > クエリ:i[x] > クエリ:-[x] > クエリ:r[x] > クエリ:String[x] > クエリ:stand_alone?[x]

別のキーワード

  1. string []=
  2. _builtin to_r
  3. string slice!
  4. string slice
  5. string []

ライブラリ

クラス

検索結果

REXML::Document#stand_alone? -> String (21514.0)

XML 宣言の standalone の値を文字列で返します。

...XML 宣言の standalone の値を文字列で返します。

//emlist[][ruby]{
r
equire 'rexml/document'
doc = REXML::Document.new(<<EOS)
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<e />
EOS
doc.stand_alone? # => "yes"
//}...

REXML::XMLDecl#stand_alone? -> String | nil (21503.0)

スタンドアロン文書であるかどうかを "yes" "no" で 返します。

...スタンドアロン文書であるかどうかを "yes" "no" で
返します。

nil(省略)を返す場合もあります。...

REXML::XMLDecl#standalone -> String | nil (6403.0)

スタンドアロン文書であるかどうかを "yes" "no" で 返します。

...スタンドアロン文書であるかどうかを "yes" "no" で
返します。

nil(省略)を返す場合もあります。...