るりまサーチ

最速Rubyリファレンスマニュアル検索!
24件ヒット [1-24件を表示] (0.014秒)
トップページ > クエリ:empty[x] > ライブラリ:rexml/parsers/pullparser[x]

別のキーワード

  1. _builtin empty?
  2. csv empty?
  3. dbm empty?
  4. gdbm empty?
  5. sdbm empty?

キーワード

検索結果

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

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

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

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

REXML::Parsers::PullParser#has_next? -> bool (8.0)

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

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

@see REXML::Parsers::PullParser#empty?...