method

parse

v1_8_7_330 - Show latest stable - Class: REXML::XPathParser
parse(path, nodeset)
public

No documentation available.

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