るりまサーチ (Ruby 2.6.0)

最速Rubyリファレンスマニュアル検索!
3件ヒット [1-3件を表示] (0.030秒)
トップページ > バージョン:2.6.0[x] > クエリ:EX[x] > クエリ:rexml[x] > クエリ:empty?[x]

別のキーワード

  1. rexml/document new
  2. rexml/document write
  3. rexml/document to_s
  4. rexml/document clone
  5. rexml/document node_type

検索結果

REXML::Text#empty? -> bool (81304.0)

テキストが空ならば真を返します。

テキストが空ならば真を返します。

REXML::Parsers::PullParser#empty? -> bool (72322.0)

未処理のイベントが残っていない場合に真を返します。

未処理のイベントが残っていない場合に真を返します。

@see REXML::Parsers::PullParser#has_next?

REXML::Elements#empty? -> bool (72304.0)

子要素を持たない場合に true を返します。

子要素を持たない場合に true を返します。