HTML::Widgets::NavMenu::Iterator::NavMenu - navmenu iterator.
For internal use only.
sub _init { my $self = shift;
$self->SUPER::_init(@_);
my %args = (@_);
my $ul_classes = $args{'ul_classes'};
# Make a fresh copy just to be on the safe side.
$self->{'ul_classes'} = [ @$ul_classes ];
return 0;
}
Generate a UL tag of depth $depth.
Calculates the highlighted text for the node $node. Normally surrounds it
with <b> ... </b> tags.
get_link_tag()Gets the tag for the link - an item in the menu.
get_open_sub_menu_tags()Gets the tags to open a new sub menu.
get_role()Retrieves the current role.