# File temp/xmldecl.rb, line 64 def xmldecl version, encoding, standalone @version = version self.encoding = encoding @standalone = standalone end