るりまサーチ

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

別のキーワード

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

ライブラリ

クラス

検索結果

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

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

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

//emlist[][ruby]{
require '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 (24403.0)

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

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

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

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

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

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

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