# File /home/ser/Work/rexml/rexml/xmldecl.rb, line 48
  def ==( other )
		  other.kind_of?(XMLDecl) and
		  other.version == @version and
		  other.encoding == @encoding and
		  other.standalone == @standalone
		end