SYNOPSIS

  # this is not an end-user package
  # see the source in TM::Materialized::AsTMa how this can be used

DESCRIPTION

This trait 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.

AsTMa= 1.3

This follows the specification: <http://astma.it.bond.edu.au/authoring.xsp> with the following constraints/additions:

following directives are supported:

Cancels the parse process on this very line and ignores the rest of the AsTMa instance. Useful for debugging faulty maps. There is an appropriate line written to \s-1STDERR\s0. Writes a line to \s-1STDERR\s0 reporting the line number and an optional message. Useful for debugging. Specifies which encoding to use to interpret the following text. This implies that this directive may appear several times to change the encoding. Whether this is a good idea in terms of information management, is a different question. \s-1NOTE\s0: If no encoding is provided, utf8 is assumed. For debugging purposes you can turn on tracing by specifying an integer level. Level 0 means no tracing, level 1 shows a bit more, and so forth. \s-1NOTE\s0: This is not overly developed at the moment, but can be easily extended.

A directive can be inserted anywhere in the document but must be at the start of a line.

AsTMa= 2.0

It follows the specification on http://astma.it.bond.edu.au/astma=-spec-2.0r1.0.dbk with the following changes:

this is work in progress

INTERFACE

Methods

deserialize

This method take a string and tries to parse AsTMa= content from it. It will raise an exception on parse error. On success, it will return the map object.

serialize

This method serialized the map object into AsTMa notation and returns the resulting string. It will raise an exception if the object contains constructs that AsTMa cannot represent. The result is a standard Perl string, so you may need to force it into a particular encoding. The method understands a number of key/value pair parameters:

Which AsTMa version the result should conform to. Currently only version 1 is supported. This option suppresses the output of completely naked toplets (toplets without any characteristics). This option suppresses the output of infrastructure toplets. If set, no mentioning of where the content came from is added. [v1.54] Switches on tracing in the generated AsTMa code. The trace level can be controlled via the value of this option.

RELATED TO TM::Serializable::AsTMa…

\s-1TM\s0, TM::Serializable

AUTHOR INFORMATION

Copyright 200[1-68], Robert Barta <[email protected]>, Alexander Zangerl <[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