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

NAME

Treex::PML::Schema::Element - implements declaration of an element of a sequence.

INHERITANCE

This class inherits from Treex::PML::Schema::Decl.

METHODS

See the super-class for the complete list.

$decl->get_decl_type ()

Returns the constant PML_ELEMENT_DECL.

$decl->get_decl_type_str ()

Returns the string 'element'.

$decl->get_name ()

Return name of the element.

$decl->get_parent_sequence ()

Return the sequence declaration the member belongs to.

SEE ALSO

Treex::PML::Schema::Decl, Treex::PML::Schema, Treex::PML::Schema::Seq, Treex::PML::Seq, Treex::PML::Seq::Element.

COPYRIGHT AND LICENSE

Copyright (C) 2008-2010 by Petr Pajas

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.