| Class | RSS::XMLScanListener |
| In: |
rss/xmlscanner.rb
|
| Parent: | BaseListener |
| ENTITIES | = | { 'lt' => '<', 'gt' => '>', 'amp' => '&', 'quot' => '"', 'apos' => '\'' |
| instruction | -> | on_pi |
| text | -> | on_chardata |
| text | -> | on_cdata |
# File rss/xmlscanner.rb, line 105 def on_stag_end_empty(name) tag_start(name, @attrs) tag_end(name) end
# File rss/xmlscanner.rb, line 57 def on_xmldecl_end xmldecl(@version, @encoding, @standalone == "yes") end
ruby-doc.org is a community service provided by Happy Camper Studios, a Phoenix, Arizona, Ruby application development company.
Documentation content on ruby-doc.org is provided by remarkable members of the Ruby community.
For more information on the Ruby programming language, visit ruby-lang.org.
Want to help improve Ruby's API docs? See Ruby Documentation Guidelines.