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