るりまサーチ

最速Rubyリファレンスマニュアル検索!
24件ヒット [1-24件を表示] (0.081秒)
トップページ > クエリ:n[x] > クエリ:doctype?[x]

別のキーワード

  1. etc sc_xopen_enh_i18n
  2. pop n_bytes
  3. pop n_mails
  4. pop3 n_bytes
  5. openssl n=

検索結果

REXML::Parsers::PullEvent#doctype? -> bool (21101.0)

DTD 開始なら真を返します。

DTD 開始なら真を返します。

rexml/parsers/pullparser (96.0)

プル方式の XML パーサ。

...

pull は REXML::Parsers::PullEvent オブジェクトを返します。
このオブジェクトの
REXML::Parsers::PullEvent#event_type で「開始タグ」「終了タグ」
といったイベントの種類を取得します。
REXML::Parsers::PullEvent#[] でそのイベントのパラメ...
...できます。


===[a:event_type] イベントの種類とパラメータ
REXML::Parsers::PullEvent#event_type で得られるイベントの種類の
シンボルを列挙しています。

これらのうちのいくつかは、
REXML::Parsers::PullEvent#start_element? などのメソッドで...
...文字列 | nil)
XML処理命令(Processing Instruction, PI)
: comment (コメント文字列)
コメント
: start_doctype (ルート要素名, "SYSTEM" | "PUBLIC" | nil, システム識別子 | nil, 公開識別子 | nil)
DTD 開始。判定は REXML::Parsers::PullEvent#doctype? メソッド...