GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
XML::XBEL::Bookmark(3) User Contributed Perl Documentation XML::XBEL::Bookmark(3)

XML::XBEL::Bookmark - OOP for reading and writing XBEL bookmarks.

 use XML::XBEL::Bookmark;

OOP for reading and writing XBEL bookmarks.

Valid args are:
  • title

    String.

  • href

    String.

  • id

    String.

  • desc

    String.

  • added

    String.

  • modified

    String.

  • visited

    String.

  • info

    Hash ref, with the following key/value pairs :

owner

Array ref.

Returns a XML::XBEL::Bookmark object.

Get/set the href attribute for an XBEL bookmark.

If modified, the object's modified method is automatically called with the current datetime.

Get/set the title for an XBEL bookmark.

If modified, the object's modified method is automatically called with the current datetime.

Returns a string when called with no arguments; otherwise returns true or false.

Get/set the description for an XBEL bookmark.

If modified, the object's modified method is automatically called with the current datetime.

Returns a string when called with no arguments; otherwise returns true or false.

Get/set the metadata for an XBEL document.

Valid args are :

owner

Array reference

Returns an array reference when called with no arguments; otherwise returns true or false.

Get/set the id attribute for an XBEL bookmark.

If modified, the object's modified method is automatically called with the current datetime.

Returns a string when called with no arguments; otherwise returns true or false.

Get/set the creation datetime for an XBEL bookmark.

Returns a string when called with no arguments; otherwise returns true or false.

Get/set the last modified datetime for an XBEL bookmark.

Returns a string when called with no arguments; otherwise returns true or false.

Get/set the last visited datetime for an XBEL bookmark.

Returns a string when called with no arguments; otherwise returns true or false.

$Revision: 1.4 $

$Date: 2004/06/23 06:23:57 $

Aaron Straup Cope <ascope@cpan.org>

XML::XBEL

XML::XBEL::Folder

XML::XBEL::Alias

XML::XBEL::Separator

Copyright (c) 2004 Aaron Straup Cope. All rights reserved.

This is free software, you may use it and distribute it under the same terms as Perl itself.

2022-04-13 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.