debian man page for tm::materialized::astma

Query: tm::materialized::astma

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

TM::Materialized::AsTMa(3pm)				User Contributed Perl Documentation			      TM::Materialized::AsTMa(3pm)

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 perl v5.10.1 2009-04-26 TM::Materialized::AsTMa(3pm)
Related Man Pages
rdf::trine::iterator::bindings::materialized(3pm) - debian
tm::graph(3pm) - debian
tm::resourceable::mldbm(3pm) - debian
tm::serializable::xtm(3pm) - debian
tm::synchronizable::mapsphere(3pm) - debian
Similar Topics in the Unix Linux Community
How can I do this in VI editor?
Detecting unused variables...
One instance of comparing grep and awk
Find columns in a file based on header and print to new file
How to copy a column of multiple files and paste into new excel file (next to column)?