# File rexml/quickpath.rb, line 203
  def QuickPath::attribute( name )
			return Functions.node.attributes[name] if Functions.node.kind_of? Element
		end