NAME
Text::Tradition::Parser::GraphML
DESCRIPTION
Parser module for Text::Tradition, given a GraphML file that describes a collation graph. Returns the information about the graph that has been parsed out from the GraphML. This module is meant to be used with a module (e.g. CollateX or Self) that interprets the specific GraphML conventions of the source program.
METHODS
graphml_parse( $init_opts )
parse( $init_opts );
Takes a set of Tradition initialization options, among which should be either 'file' or 'string'; parses that file or string and returns a list of nodes, edges, and their associated data.
LICENSE
This package is free software and is provided "as is" without express or implied warranty. You can redistribute it and/or modify it under the same terms as Perl itself.
AUTHOR
Tara L Andrews, aurum@cpan.org