# File /home/ser/Work/rexml/rexml/xpath.rb, line 216 def XPath::attribute( name ) return Functions.node.attributes[name] if Functions.node.kind_of? Element end