-
-
04 Mar 2018 23:07:45 UTC
- Distribution: Treex-PML
- Module version: 2.24
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (0)
- Testers (2180 / 2 / 0)
- Kwalitee
Bus factor: 2- 45.42% Coverage
- License: unknown
- Activity
24 month- Tools
- Download (259.74KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- File::ShareDir
- File::Which
- IO::Zlib
- LWP::UserAgent
- Test::More
- UNIVERSAL::DOES
- URI
- XML::CompactTree
- XML::LibXML
- XML::SAX
- XML::Writer
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Treex::PML::Schema::List - implements declaration of a list.
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_LIST_DECL.
- $decl->get_decl_type_str ()
-
Returns the string 'list'.
- $decl->get_content_decl ()
-
Return type declaration of the list members.
- $decl->is_ordered ()
-
Return 1 if the list is declared as ordered.
- $decl->is_atomic ()
-
Returns 0.
SEE ALSO
Treex::PML::Schema::Decl, Treex::PML::Schema, Treex::PML::List.
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.
Module Install Instructions
To install Treex::PML, copy and paste the appropriate command in to your terminal.
cpanm Treex::PML
perl -MCPAN -e shell install Treex::PML
For more information on module installation, please visit the detailed CPAN module installation guide.