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