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

NAME

Treex::PML::StandardFactory - implements standard Treex::PML object factory

SYNOPSIS

   use Treex::PML::StandardFactory;
   Treex::PML::StandardFactory->make_default();

   # actually 'use Treex::PML' does all this when first loaded

DESCRIPTION

This class implements the standard object factory for Treex::PML, returning instances of the following classes:

Treex::PML::Struct Treex::PML::Container Treex::PML::Alt Treex::PML::List Treex::PML::Seq Treex::PML::Node Treex::PML::FSFormat Treex::PML::Document

EXPORT

None by default.

SEE ALSO

Treex::PML, Treex::PML::Factory

COPYRIGHT AND LICENSE

Copyright (C) 2010 by Petr Pajas, 2010-2024 Jan Stepanek

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

BUGS

None reported... yet.