method
match
v2_5_5 -
Show latest stable
- Class:
REXML::XPathParser
match( path_stack, nodeset )public
No documentation available.
# File lib/rexml/xpath_parser.rb, line 126
def match( path_stack, nodeset )
r = expr( path_stack, nodeset )
r
end