# File rexml/document.rb, line 51
  def expanded_name
			d = doc_type
			d ? d.name : "UNDEFINED"
		end