= private = protected
expanded_name()
According to the XML spec, a root node has no expanded name
# File lib/rexml/document.rb, line 59 def expanded_name '' #d = doc_type #d ? d.name : "UNDEFINED" end