TM::Serializable::CTM - Topic Maps, trait for parsing of CTM instances.


TM documentation  | view source Contained in the TM distribution.

Index


NAME

Top

TM::Serializable::CTM - Topic Maps, trait for parsing of CTM instances.

SYNOPSIS

Top

  # this is not an end-user package
  # see the source of TM::Materialized::CTM

DESCRIPTION

Top

This package provides parsing functionality for CTM instances with the exceptions listed below.

   http://www.isotopicmaps.org/ctm/ctm.html

Deviations from the CTM Specification

INTERFACE

Top

Methods

deserialize

This method tries to parse the passed in text stream as CTM instance. It will raise an exception on the first parse error. On success, it will return the map object.

serialize

This is not implemented.

SEE ALSO

Top

TM

AUTHOR INFORMATION

Top

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


TM documentation  | view source Contained in the TM distribution.