method
name
name( node_set=nil )
public
Hide source
# File lib/rexml/functions.rb, line 80 def Functions::name( node_set=nil ) get_namespace( node_set ) do |node| node.expanded_name end end