The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

xDT::Parser - A Parser for xDT files.

VERSION

Version 1.00

SYNOPSIS

Can be used to open xdt files and to iterate over contained objects.

    use xDT::Parser;

    my $parser = xDT::Parser->new();
    $parser->open($xdtFile);

    my $object = $parser->nextObject();
    ...

    $parser->close();

ATTRUBITES

fh FileHandle to the currently open file.

SUBROUTINES/METHODS

open($xdtFile) Sets the parsers filehandle on this file.

close Closes the parsers filehandle

nextObject Returns the next object of the xDT file.

AUTHOR

Christoph Beger, <christoph.beger at imise.uni-leipzig.de>

BUGS

Please report any bugs or feature requests to bug-xdt-parser at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=xDT-Parser. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc xDT::Parser

You can also look for information at:

ACKNOWLEDGEMENTS

LICENSE AND COPYRIGHT

Copyright 2017 Christoph Beger.

This program is released under the following license: MIT