# File rexml/functions.rb, line 361
    def Functions::method_missing( id )
      XPath.match( @@node, id.id2name )
    end