| HTML-Widgets-NavMenu documentation | view source | Contained in the HTML-Widgets-NavMenu distribution. |
HTML::Widgets::NavMenu::Iterator::Html - an iterator for HTML.
For internal use only.
use base qw(HTML::Widgets::NavMenu::Iterator::Base);
use HTML::Widgets::NavMenu::EscapeHtml;
sub _construct_new_item { my $self = shift; my $args = shift;
return HTML::Widgets::NavMenu::Iterator::Html::Item->new(
$args,
);
}
Gets called upon node start.
Gets called upon node end.
End-root event.
Override to determine when one should recurse to the node.
Renders the HTML for the opening a-tag.
Copyright 2006 Shlomi Fish, all rights reserved.
This program is released under the following license: MIT X11.
| HTML-Widgets-NavMenu documentation | view source | Contained in the HTML-Widgets-NavMenu distribution. |