# File htree/name.rb, line 86 def universal_name if @namespace_uri && !@namespace_uri.empty? "{#{@namespace_uri}}#{@local_name}" else @local_name.dup end end