method
match
match( path_stack, nodeset )
public
Hide source
# File lib/rexml/xpath_parser.rb, line 126 def match( path_stack, nodeset ) r = expr( path_stack, nodeset ) r end