-
-
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::Struct - PML attribute value structure
DESCRIPTION
This class implements the data type 'structure'. Structure consists of items called members. Each member is a name-value pair, where the name uniquely determines the member within the structure (i.e. distinct members of a structure have distinct names).
- Treex::PML::Struct->new ({name=>value, ...},reuse?)
-
NOTE: Don't call this constructor directly, use Treex::PML::Factory->createStructure() instead!
Create a new structure (optionally initializing its members). If reuse is true, the hash reference passed may be reused (re-blessed) into the structure.
- $struct->get_member ($name)
-
Return value of the given member.
- $struct->set_member ($name,$value)
-
Set value of the given member.
- $struct->delete_member ($name)
-
Delete the given member (returning its last value).
- $struct->members ()
-
Return (assorted) list of names of all members.
SEE ALSO
Treex::PML, Treex::PML::Factory, Treex::PML::Schema, Treex::PML::Container, Treex::PML::Seq, Treex::PML::Node
COPYRIGHT AND LICENSE
Copyright (C) 2006-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.
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.