TM::Materialized::CTM.3pm

Langue: en

Autres versions - même langue

Version: 2008-06-30 (ubuntu - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

TM::Materialized::CTM - Topic Maps, Parsing of CTM instances.

SYNOPSIS

   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;
 
 

DESCRIPTION

This package provides parsing functionality for CTM instances. CTM is a textual shorthand notation for Topic Map authoring. See TM::Serializable::CTM for details.

NOTE: This is EXPERIMENTAL.

INTERFACE

Constructor

The constructor expects a hash as described in TM::Materialized::Stream.

SEE ALSO

TM, TM::Materialized::Stream, TM::Serializable::CTM

AUTHOR INFORMATION

Copyright 200[8], 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