public Method

REXMLListener.xmldecl(version, encoding, standalone)

There's no documentation for this item.

Source Code

# File rss/rexmlparser.rb, line 45
def xmldecl(version, encoding, standalone)
  super(version, encoding, standalone == "yes")
  # Encoding is converted to UTF-8 when REXML parse XML.
  @encoding = 'UTF-8'
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.