NAME¶
HTML::Widgets::NavMenu::Tree::Node - an iterator for HTML.
SYNOPSIS¶
For internal use only.
METHODS¶
CurrentlyActive¶
Internal use.
CurrentlyActive¶
Internal use.
rec_url_type¶
Internal use.
show_always¶
Internal use.
url_is_abs¶
Internal use.
$self->expand()¶
Expands the node.
$self->mark_as_current()¶
Marks the node as the current node.
$self->update_based_on_sub¶
Propagate changes.
$self->add_sub()¶
Adds a new subroutine.
$self->get_nth_sub($idx)¶
Get the $idx sub.
$self->list_regular_keys()¶
Customisation to list the regular keys.
$self->list_boolean_keys()¶
Customisation to list the boolean keys.
$self->set_values_from_hash_ref($hash)¶
Set the values from the hash ref.
my $bool = $self->capture_expanded()¶
Tests whether the node is expanded and in a capturing way.
COPYRIGHT & LICENSE¶
Copyright 2006 Shlomi Fish, all rights reserved.
This program is released under the following license: MIT X11.