method
get_first
v1_8_6_287 -
Show latest stable
- Class:
REXML::XPathParser
get_first(path, nodeset)public
No documentation available.
# File lib/rexml/xpath_parser.rb, line 63
def get_first path, nodeset
#puts "#"*40
path_stack = @parser.parse( path )
#puts "PARSE: #{path} => #{path_stack.inspect}"
#puts "PARSE: nodeset = #{nodeset.inspect}"
first( path_stack, nodeset )
end