NAME

XTM::association - trivial class definition

SYNOPSIS

# see XTM::generic

DESCRIPTION

Generic container for accessor functions.

Methods

xml

returns an XML representation of the association.

Example:

$a->xml($xmlwriter)
connected

returns a list reference of all topic references mentioned in this association. These references might be 'internal' or 'external' ones.

Example:

foreach (@{$t->connected}) {
  print "$t->id mentions $_\n";
}

SEE ALSO

XTM

AUTHOR INFORMATION

Copyright 2001, Robert Barta <rho@telecoma.net>, All rights reserved.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.