# File src/rexml/xpath_parser.rb, line 40 def parse path, nodeset path_stack = @parser.parse( path ) #puts "PARSE: #{path} => #{path_stack.inspect}" match( path_stack, nodeset ) end