= private = protected
stand_alone?()
@return the XMLDecl standalone value of this document as a String. If no XMLDecl has been set, returns the default setting.
# File lib/rexml/document.rb, line 140 def stand_alone? xml_decl().stand_alone? end