# File src/rexml/document.rb, line 104 def xml_decl rv = @children.find { |item| item.kind_of? XMLDecl } rv = DECLARATION if rv.nil? rv end