man XTM::IO () - Topic Map management, abstract class for input/output
NAME
XTM::IO - Topic Map management, abstract class for input/output
SYNOPSIS
# this class will never be directly used
DESCRIPTION
This is the abstract class defining how an IO package should behave and may thus be inherited by classes which implement external formats (XTM::AsTMa, XTM::XML).
INTERFACE
Constructor
The constructor should expect a hash as parameter containing at least the following fields:
Methods
The methods CWsync_in, CWsync_out and CWlast_mod implement the methods from the abstract class XTM::IO returns the UNIX time when the resource has been modified last. CWundef is returned if the result cannot be determined. actually loads an XTM resource and returns a XTM::Memory object. is supposed to save the XTM::Memory content onto the resource.
SEE ALSO
XTM
AUTHOR INFORMATION
Copyright 2002, 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. http://www.perl.com/perl/misc/Artistic.html