# File src/rexml/xpath_parser.rb, line 46
                def predicate path, nodeset
                        path_stack = @parser.predicate( path )
                        return Predicate( path_stack, nodeset )
                end