top()traverse()get_node_from_sub()get_coords()
HTML::Widgets::NavMenu::Tree::Iterator - an iterator for HTML.
For internal use only.
sub _init { my $self = shift;
$self->stack(HTML::Widgets::NavMenu::Tree::Iterator::Stack->new());
return 0;
}
top()Retrieves the stack top item.
Gets the new item.
traverse()Traverses the tree.
get_node_from_sub()This function can be overriden to generate a node from the sub-nodes
returned by get_node_subs() in a different way than the default.
Finds a node by its coordinations.
get_coords()Returns the current coordinates of the object.
Copyright 2006 Shlomi Fish, all rights reserved.
This program is released under the following license: MIT X11.