Query: tm::materialized::astma
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
TM::Materialized::AsTMa(3pm) User Contributed Perl Documentation TM::Materialized::AsTMa(3pm)NAMETM::Materialized::AsTMa - Topic Maps, Parsing of AsTMa instances.SYNOPSISuse TM::Materialized::AsTMa; my $tm = new TM::Materialized::AsTMa (inline => '....astma code here...'); $tm->sync_in; # ... # or my $tm = new TM::Materialized::AsTMa (file => 'test.atm'); # ... $tm->sync_in;DESCRIPTIONThis package provides parsing functionality for AsTMa= instances. AsTMa= is a textual shorthand notation for Topic Map authoring. Currently, AsTMa= 1.3 and the (experimental) AsTMa= 2.0 is supported. See TM::Serializable::AsTMa for details.INTERFACEConstructor The constructor expects a hash as described in TM::Materialized::Stream.SEE ALSOTM, TM::Materialized::StreamAUTHOR INFORMATIONCopyright 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 perl v5.10.1 2009-04-26 TM::Materialized::AsTMa(3pm)