method
parse
parse(path, nodeset)
public
Hide source
# File lib/rexml/xpath_parser.rb, line 66 def parse path, nodeset path_stack = @parser.parse( path ) match( path_stack, nodeset ) end