るりまサーチ (Ruby 2.3.0)

最速Rubyリファレンスマニュアル検索!
3件ヒット [1-3件を表示] (0.104秒)

別のキーワード

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

検索結果

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

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

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

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

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

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

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

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

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

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