The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Lingua::BioYaTeA::TwigXML - Perl extension of Twig::XML for BioYaTeA.

SYNOPSIS

use Lingua::BioYaTeA;

my $twig_parser = Lingua::BioYaTeA::TwigXML->new(%xmltwig_options); $twi_parser->$twig_parser->objectSelf($PostProcself);

DESCRIPTION

This module is a extention of implements XML::Twig. The Lingua::BioYaTeA::TwigXML object inherits the XML::Twig object. A additional attribut (objectSelf) is set to refer to the calling object (Lingua::BioYaTeA::PostProcessing).

METHODS

new()

    new(@twig_options);

This method creates a object which inherits of the XML::Twig object.

objectSelf()

    objectSelf($objectSelf);

This method adds the calling object ($objectSelf) to the attribute objectSelf and returns it. If $objectSelf is not set, the method only returns the value of the attrbut objectSelf.

SEE ALSO

Documentation of Lingua::YaTeA

Documentation of Lingua::YaTeA

AUTHORS

Wiktoria Golik <wiktoria.golik@jouy.inra.fr>, Zorana Ratkovic <Zorana.Ratkovic@jouy.inra.fr>, Robert Bossy <Robert.Bossy@jouy.inra.fr>, Claire Nédellec <claire.nedellec@jouy.inra.fr>, Thierry Hamon <thierry.hamon@univ-paris13.fr>

LICENSE

Copyright (C) 2012 Wiktoria Golik, Zorana Ratkovic, Robert Bossy, Claire Nédellec and Thierry Hamon

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.6 or, at your option, any later version of Perl 5 you may have available.