Adam Spiers > URI-Bookmarks-0.92 > URI::Bookmark

Download:
URI-Bookmarks-0.92.tar.gz

Dependencies

Annotate this POD

Related Modules

URI::Bookmarks
HTML::Parser
Tree::DAG_Node
more...
By perlmonks.org

CPAN RT

Open  0
Report a bug
Source  

NAME ^

URI::Bookmark - Perl module class encapsulating an entry in a typical bookmark file.

SYNOPSIS ^

See URI::Bookmarks.

DESCRIPTION ^

URI::Bookmark is a subclass of Tree::DAG_Node, so that each entry in the bookmark collection is a node in a directed acyclic graph.

All methods from Tree::DAG_Node are available.

Each instance has a type, which can be:

   `root'       --  the root of the bookmark tree (this is also a folder)
   `folder'     --  a folder containing more entries 
   `bookmark'   --  a bookmark (duh)
   `rule'       --  a horizontal rule separating entries

METHODS

AUTHOR ^

Adam Spiers <adam@spiers.net>

SEE ALSO ^

URI::Bookmarks, URI::Bookmarks::*, URI::Bookmark::*, perl(1).