The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

SYNOPSIS

 use XML::XBEL::Alias;

DESCRIPTION

OOP for reading and writing XBEL aliases.

PACKAGE METHODS

__PACKAGE__->new(\%args)

Valid args are :

  • ref

    String.

Returns an XML::XBEL::Alias object.

OBJECT METHODS

$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

$Revision: 1.4 $

DATE

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

AUTHOR

Aaron Straup Cope <ascope@cpan.org>

SEE ALSO

XML::XBEL

XML::XBEL::Folder

XML::XBEL::Bookmark

XML::XBEL::Separator

LICENSE

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.