table of contents
other versions
TM::Materialized::LTM(3pm) | User Contributed Perl Documentation | TM::Materialized::LTM(3pm) |
NAME¶
TM::Materialized::LTM - Topic Maps, Parsing of LTM instances.
SYNOPSIS¶
# reading a topic map description from a file/url use TM::Materialized::LTM $tm = new TM::Materialized::LTM (file => 'mymap.ltm'); $tm->sync_in();
DESCRIPTION¶
This package provides parsing functionality for LTM instances. Please see TM::Serializable::LTM for details how well LTM is supported.
INTERFACE¶
Constructor¶
The constructor expects a hash as described in TM::Materialized::Stream.
SEE ALSO¶
TM
AUTHOR INFORMATION¶
Copyright 200[1-6], Robert Barta <drrho@cpan.org>, 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
2018-07-21 | perl v5.24.1 |