class REXML::XPathParser

def parse path, nodeset

def parse path, nodeset
  path_stack = @parser.parse( path )
  match( path_stack, nodeset )
end