HTML::Widgets::NavMenu::TagGen - class to generate tags.
For internal use only.
sub _init { my $self = shift;
my (%args) = (@_);
$self->name($args{'name'});
$self->attributes($args{'attributes'});
return 0;
}
Generate the tag.