# File rexml/functions.rb, line 348
  def Functions::method_missing( id )
			#puts "METHOD MISSING #{id.id2name}"
			XPath.match( @@node, id.id2name )
		end