るりまサーチ

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

別のキーワード

  1. prime next
  2. _builtin next
  3. date next
  4. date next_day
  5. date next_year

キーワード

検索結果

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

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

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

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

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

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

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

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