るりまサーチ (Ruby 2.3.0)

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

別のキーワード

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

ライブラリ

クラス

モジュール

検索結果

REXML::Node#parent? -> bool (78304.0)

子を持つノードであれば真を返します。

子を持つノードであれば真を返します。

REXML::Parent のサブクラスでは真を返します。
それ以外では偽を返します。

@see REXML::Parent#parent?

REXML::Parent#parent? -> bool (78304.0)

true を返します。

true を返します。

@see REXML::Node#parent