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