るりまサーチ

最速Rubyリファレンスマニュアル検索!
11件ヒット [1-11件を表示] (0.206秒)
トップページ > 種類:ライブラリ[x] > クエリ:REXML::Parsers::PullEvent[x]

別のキーワード

  1. new openssl::bn
  2. new openssl::asn1::asn1data
  3. new openssl::pkey::ec::group
  4. new openssl::x509::certificate
  5. start net::smtp

検索結果

rexml/parsers/pullparser (37.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? などのメソッドで
判定するこ...
...tart_doctype (ルート要素名, "SYSTEM" | "PUBLIC" | nil, システム識別子 | nil, 公開識別子 | nil)
DTD 開始。判定は REXML::Parsers::PullEvent#doctype? メソッドで、
start_doctype? ではない
: end_doctype ()
DTD 終了
: attlistdecl (要素名, 属性名とデフォ...