XML::XBEL::Alias - OOP for reading and writing XBEL aliases.


XML-XBEL documentation  | view source Contained in the XML-XBEL distribution.

Index


NAME

Top

XML::XBEL::Alias - OOP for reading and writing XBEL aliases.

SYNOPSIS

Top

 use XML::XBEL::Alias;

DESCRIPTION

Top

OOP for reading and writing XBEL aliases.

PACKAGE METHODS

Top

__PACKAGE__->new(\%args)

Valid args are :

* ref

String.

Returns an XML::XBEL::Alias object.

OBJECT METHODS

Top

$obj->ref((XML::XBEL::Bookmark || $pointer_)

Get/set the reference for an alias.

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

$obj->delete()

Delete an XBEL alias.

$obj->toString($format)

$obj->toFile($filename,$format)

$obj->toFH(\*$fh,$format)

VERSION

Top

$Revision: 1.4 $

DATE

Top

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

AUTHOR

Top

Aaron Straup Cope <ascope@cpan.org>

SEE ALSO

Top

XML::XBEL

XML::XBEL::Folder

XML::XBEL::Bookmark

XML::XBEL::Separator

LICENSE

Top

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.


XML-XBEL documentation  | view source Contained in the XML-XBEL distribution.