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