# File /home/ser/Work/rexml/rexml/document.rb, line 104 def encoding decl = xml_decl() decl.nil? ? XMLDecl.DEFAULT_ENCODING : decl.encoding end