Ruby 1.8.7 リファレンスマニュアル > ライブラリ一覧 > xsd/xmlparserライブラリ > XSD::XMLParser::XMLScannerクラス
クラスの継承リスト: XSD::XMLParser::XMLScanner < XSD::XMLParser::Parser < Object < Kernel
require 'xmlscan/scanner'
include XMLScan::Visitor
new
[permalink][rdoc][TODO]
do_parse(string_or_readable)
[permalink][rdoc][TODO]
on_attr_charref(code)
[permalink][rdoc][TODO]
on_attr_charref_hex(code)
[permalink][rdoc][TODO]
on_attr_entityref(ref)
[permalink][rdoc][TODO]
on_attr_value(str)
[permalink][rdoc][TODO]
on_attribute(name)
[permalink][rdoc][TODO]
on_chardata(str)
[permalink][rdoc][TODO]
on_charref(code)
[permalink][rdoc][TODO]
on_charref_hex(code)
[permalink][rdoc][TODO]
on_entityref(ref)
[permalink][rdoc][TODO]
on_etag(name)
[permalink][rdoc][TODO]
on_stag(name)
[permalink][rdoc][TODO]
on_stag_end(name)
[permalink][rdoc][TODO]
on_stag_end_empty(name)
[permalink][rdoc][TODO]
on_xmldecl_encoding(str)
[permalink][rdoc][TODO]
on_xmldecl_version(str)
[permalink][rdoc][TODO]
parse_error(msg)
[permalink][rdoc][TODO]
scanner_kcode=(charset)
[permalink][rdoc][TODO]
valid_error(msg)
[permalink][rdoc][TODO]
warning(msg)
[permalink][rdoc][TODO]
wellformed_error(msg)
[permalink][rdoc][TODO]