Query: autodia::handler::dia
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Autodia::Handler::dia(3pm) User Contributed Perl Documentation Autodia::Handler::dia(3pm)NAMEAutodia::Handler::dia - AutoDia handler for diaDESCRIPTIONThis provides Autodia with the ability to read dia files, allowing you to convert them via the Diagram Export methods to images (using GraphViz and VCG) or html/xml using custom templates. The dia handler will parse dia xml files using XML::Simple and populating the diagram object with class, superclass and package objects. the dia handler is registered in the Autodia.pm module, which contains a hash of language names and the name of their respective language - in this case:SYNOPSISuse Autodia::Handler::dia; my $handler = Autodia::Handler::dia->New(\%Config); $handler->Parse(filename); # where filename includes full or relative path. CONSTRUCTION METHOD my $handler = Autodia::Handler::dia->New(\%Config); This creates a new handler using the Configuration hash to provide rules selected at the command line. ACCESS METHODS $handler->Parse(filename); # where filename includes full or relative path. This parses the named file and returns 1 if successful or 0 if the file could not be opened.SEE ALSOAutodia::Handler Autodia::DiagramAUTHORAaron Trevena, <aaron.trevena@gmail.com>COPYRIGHT AND LICENSECopyright (C) 2001-2007 by Aaron Trevena This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.1 or, at your option, any later version of Perl 5 you may have available. perl v5.12.4 2009-02-16 Autodia::Handler::dia(3pm)