# File /home/ser/Work/rexml/rexml/namespace.rb, line 36 def fully_expanded_name ns = prefix return "#{ns}:#@name" if ns.size > 0 return @name end