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