Man Page: tm::materialized::xtm
Operating Environment: debian
Section: 3pm
TM::Materialized::XTM(3pm) User Contributed Perl Documentation TM::Materialized::XTM(3pm)NAMETM::Materialized::XTM - Topic Maps, Parsing and dumping of XTM instances.SYNOPSISuse TM::Materialized::XTM; my $tm = new TM::Materialized::XTM (inline => '....xtm here...'); $tm->sync_in; # ... # or my $tm = new TM::Materialized::XTM (file => 'test.xtm'); # ... $tm->sync; # or my $tm = ... however you arrive at a map my $xml = $tm->sync_out;DESCRIPTIONThis package provides parsing and dumping functionality for XTM 1.0 instances. See TM::Serializable::XTM for details.INTERFACEConstructor The constructor expects a hash as described in TM::Materialized::Stream.SEE ALSOTM, TM::Materialized::StreamAUTHOR INFORMATIONCopyright 200[1-68], 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 perl v5.10.1 2008-05-12 TM::Materialized::XTM(3pm)
| Related Man Pages |
|---|
| rdf::trine::iterator::graph::materialized(3pm) - debian |
| tm::materialized::jtm(3pm) - debian |
| tm::overview(3pm) - debian |
| tm::resourceable::mldbm(3pm) - debian |
| tm::tau(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Is UNIX an open source OS ? |
| Introduction |
| A (ksh) Library For and From UNIX.com |
| How to copy a column of multiple files and paste into new excel file (next to column)? |