Provided by: libtm-perl_1.56-7_all
NAME
TM::Materialized::AsTMa - Topic Maps, Parsing of AsTMa instances.
SYNOPSIS
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;
DESCRIPTION
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.
INTERFACE
Constructor The constructor expects a hash as described in TM::Materialized::Stream.
SEE ALSO
TM, TM::Materialized::Stream
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