Support for the Ruby 2.4 series has ended. See here for reference.

In Files

  • rss/xmlparser.rb

Methods

Included Modules

Class/Module Index [+]

Quicksearch

RSS::XMLParserListener

Public Instance Methods

xmldecl(version, encoding, standalone) click to toggle source
 
               # File rss/xmlparser.rb, line 87
def xmldecl(version, encoding, standalone)
  super
  # Encoding is converted to UTF-8 when XMLParser parses XML.
  @encoding = 'UTF-8'
end