node_start()node_end()end_root()node_should_recurse()get_a_tag()
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;
return HTML::Widgets::NavMenu::Iterator::Html::Item->new(
@_
);
}
node_start()Gets called upon node start.
node_end()Gets called upon node end.
end_root()End-root event.
node_should_recurse()Override to determine when one should recurse to the node.
get_a_tag()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.