Topic maps, parsing of ctm instances.
use TM::Materialized::CTM; my $tm = new TM::Materialized::CTM (inline => '....CTM code here...'); $tm->sync_in; # ... # or my $tm = new TM::Materialized::CTM (file => 'test.ctm'); # ... $tm->sync;
This package provides parsing functionality for \s-1CTM\s0 instances. \s-1CTM\s0 is a textual shorthand notation for Topic Map authoring. See TM::Serializable::CTM for details.
\s-1NOTE\s0: This is \s-1EXPERIMENTAL\s0.
The constructor expects a hash as described in TM::Materialized::Stream.
\s-1TM\s0, TM::Materialized::Stream, TM::Serializable::CTM
Copyright 200[8], 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