method

predicate

predicate(path, nodeset)
public

No documentation available.

# File lib/rexml/xpath_parser.rb, line 75
    def predicate path, nodeset
      path_stack = @parser.parse( path )
      expr( path_stack, nodeset )
    end