NAME

MAB2::Parser::XML - MAB2 XML parser

VERSION

version 0.01

SYNOPSIS

MAB2::Parser::XML is a parser for MAB2 XML records.

UTF-8...

Catmandu...

use MAB2::Parser::XML;

my $parser = MAB2::Parser::XML->new( $filename );

while ( my $record_hash = $parser->next() ) {
    # do something        
}

SUBROUTINES/METHODS

new

next()

Reads the next record from MAB2 XML input stream. Returns a Perl hash.

_decode()

Deserialize a MAB2 XML record to an array of field arrays.

SEEALSO

...

AUTHOR

Johann Rolschewski <rolschewski@gmail.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2013 by Johann Rolschewski.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.