NAME
Alvis::NLPPlatform::MyReceiver - Internal Perl extension for analysing XML documents in the Alvis format
SYNOPSIS
use Alvis::NLPPlatform::MyReceiver;
my $myreceiver = Alvis::NLPPlatform::MyReceiver->new();
my $parser = XML::Parser::PerlSAX->new(Handler => $myreceiver);
DESCRIPTION
This module is the handler needed to parse a XML document, when using the parser Parser::PerlSAX
. The associated methods are the standard ones. See Parser::PerlSAX
for futher information.
SEE ALSO
Alvis::NLPPlatform
Alvis web site: http://www.alvis.info
AUTHORS
Guillaume Vauvert <guillaume.vauvert@lipn.univ-paris13.fr>
Currently maintained by Julien Deriviere <julien.deriviere@lipn.univ-paris13.fr> and Thierry Hamon <thierry.hamon@lipn.univ-paris13.fr>
LICENSE
Copyright (C) 2004 by Guillaume Vauvert, Thierry Hamon and Julien Deriviere
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.6 or, at your option, any later version of Perl 5 you may have available.