Ruby 1.8.7 リファレンスマニュアル > ライブラリ一覧 > xsd/xmlparserライブラリ > XSD::XMLParser::XMLScannerクラス

class XSD::XMLParser::XMLScanner

クラスの継承リスト: XSD::XMLParser::XMLScanner < XSD::XMLParser::Parser < Object < Kernel

要約

require 'xmlscan/scanner'

include XMLScan::Visitor

目次

特異メソッド
new
インスタンスメソッド
do_parse on_attr_charref on_attr_charref_hex on_attr_entityref on_attr_value on_attribute on_chardata on_charref on_charref_hex on_entityref on_etag on_stag on_stag_end on_stag_end_empty on_xmldecl_encoding on_xmldecl_version parse_error scanner_kcode= valid_error warning wellformed_error

特異メソッド

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]