Bookmarks-Parser
view release on metacpan or search on metacpan
lib/Bookmarks/Parser.pm view on Meta::CPAN
=head2 set_top_level
Parameters:
none
Add a list of top level (root) items to the collection.
=head2 rename (method)
Parameters:
item - Bookmarks::Bookmark
newname - String
Rename an item in the collection. (Should be in Bookmarks::Bookmark).
=head2 find_items
Parameters
url
name
Will look through the parsed bookmarks and return bookmarks that
matches either url or name (based on a regex match)
=head2 merge <bookmarks object>
Takes another bookmark object, and merges it into this one.
=head2 get_folder_contents (method)
Parameters:
folder - Bookmarks::Bookmark
Returns a list of items that are children of the given folder item.
=head2 get_from_id <id>
Returns an element based on the element id.
=head2 get_path_of <elem>
Returns the full path of a given element.
=head2 write_url
Not yet implemented.
=head1 DEPENDENCIES
L<WWW::A9TToolbar>
L<HTML::TreeBuilder>
L<Net::Delicious>
L<XML::Simple>
L<Test::More>
=head1 BUGS AND LIMITATIONS
None known currently, please email the author if you find
any.
=head1 AUTHOR
Jess Robinson <castaway@desert-island.demon.co.uk>
Marcus Ramberg <mramberg@cpan.org>
Cosimo Streppone <cosimo@cpan.org>
=head1 LICENSE
This library is free software, you can redistribute it and/or modify it under
the same terms as Perl itself.
=cut
( run in 0.480 second using v1.01-cache-2.11-cpan-39bf76dae61 )