Class
Class Methods
lib/rss/rexmlparser.rb
View on GitHub
# File tmp/rubies/ruby-2.6.10/lib/rss/rexmlparser.rb, line 36
def raise_for_undefined_entity?
false
end
No documentation available
Instance Methods
lib/rss/rexmlparser.rb
View on GitHub
# File tmp/rubies/ruby-2.6.10/lib/rss/rexmlparser.rb, line 41
def xmldecl(version, encoding, standalone)
super(version, encoding, standalone == "yes")
# Encoding is converted to UTF-8 when REXML parse XML.
@encoding = 'UTF-8'
end
No documentation available