Method: Web::Unit::Parser#start_tr

Defined in:
lib/web/unit/parser.rb

#start_tr(attrs) ⇒ Object



132
133
134
135
136
# File 'lib/web/unit/parser.rb', line 132

def start_tr( attrs )
  elem = TableRow::new( attrs_to_hash(attrs) )
  starttag( elem )
  @table_stack.last.add_row( attrs_to_hash(attrs) )
end