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


NAME

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


SYNOPSIS

See the URI::Bookmarks manpage.


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

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

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