るりまサーチ

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

別のキーワード

  1. rexml/document node_type
  2. win32ole ole_type
  3. rss type
  4. rss type=
  5. net/imap media_type

キーワード

検索結果

<< 1 2 3 ... > >>

REXML::DocType#node_type -> Symbol (9104.0)

Symbol :doctype を返します。

...Symbol :doctype を返します。...

REXML::Document#doctype -> REXML::DocType | nil (6203.0)

文書の DTD を返します。

文書の DTD を返します。

文書が DTD を持たない場合は nil を返します。

REXML::Text#doctype -> REXML::DocType | nil (6203.0)

テキストノードが属する文書の DTD を返します。

...テキストノードが属する文書の DTD を返します。

そのような文書(REXML::Document)が存在しない、すなわち
テキストノードの親ノードを辿っても REXML::Document に到達しない、
場合には nil を返します。

@see REXML::DocType...

REXML::AttlistDecl#node_type -> Symbol (6104.0)

Symbol :attlistdecl を返します。

Symbol :attlistdecl を返します。

REXML::Attribute#node_type -> Symbol (6104.0)

「:attribute」というシンボルを返します。

「:attribute」というシンボルを返します。

絞り込み条件を変える

REXML::Comment#node_type -> Symbol (6104.0)

シンボル :comment を返します。

シンボル :comment を返します。

REXML::Document#node_type -> Symbol (6104.0)

シンボル :document を返します。

シンボル :document を返します。

REXML::Element#node_type -> Symbol (6104.0)

シンボル :element を返します。

シンボル :element を返します。

REXML::Instruction#node_type -> Symbol (6104.0)

Symbol :processing_instruction を返します。

Symbol :processing_instruction を返します。
<< 1 2 3 ... > >>