# File rexml/document.rb, line 167
    def stand_alone?
      decl = xml_decl()
      decl.nil? ? XMLDecl.DEFAULT_STANDALONE : decl.stand_alone?
    end