Ruby 1.9.3 リファレンスマニュアル > ライブラリ一覧 > rexmlライブラリ > REXML::StreamListenerモジュール

module REXML::StreamListener

クラスの継承リスト: REXML::StreamListener

要約

インスタンスメソッド

attlistdecl(element_name, attributes, raw_content)

[TODO]

cdata(content)

[TODO]

comment(comment)

[TODO]

doctype(name, pub_sys, long_name, uri)

[TODO]

doctype_end

[TODO]

elementdecl(content)

[TODO]

entity(content)

[TODO]

entitydecl(content)

[TODO]

instruction(name, instruction)

[TODO]

notationdecl(content)

[TODO]

tag_end(name)

[TODO]

tag_start(name, attrs)

[TODO]

text(text)

[TODO]

xmldecl(version, encoding, standalone)

[TODO]

module REXML::StreamListener