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