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