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