method

get_first

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