Topic maps, parsing of astma instances.
use 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;
This 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.
The constructor expects a hash as described in TM::Materialized::Stream.
\s-1TM\s0, TM::Materialized::Stream
Copyright 200[1-6], Robert Barta <[email protected]>, 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