#include "object.h"
#include "xmlcpg.h"
Go to the source code of this file.
Typedefs | |
typedef rnamlAFFILIATION | rnamlAffiliation |
Rnaml structure containing the affiliation informations. | |
Functions | |
rnamlAffiliation * | rnamlnewAffiliation () |
Creates a new rnamlAffiliation structure. | |
rnamlAffiliation * | rnamlcloneAffiliation (const rnamlAffiliation *affiliation) |
Clones a rnamlAffiliation struture. | |
void | rnamldeleteAffiliation (rnamlAffiliation *affiliation) |
Frees the rnamlAffiliation structure. | |
int | rnamlisAffiliation (const rnamlObject *obj) |
Tells wheter the object is a rnamlAffiliation. | |
int | rnamlequalsAffiliation (const rnamlAffiliation *left, const rnamlAffiliation *right) |
Tells if left and right are equals. | |
const char * | rnamlgetAffiliationValue (const rnamlAffiliation *affiliation) |
Gets the value affiliation. | |
void | rnamlsetAffiliationValue (rnamlAffiliation *affiliation, const char *value) |
Sets the affiliation value. | |
xmlcpgObject * | rnamltoXMLAffiliation (const rnamlAffiliation *affiliation) |
Translates the rnamlAffiliation structure into a xmlcpgElement conforming to the RNAML standard. |
|
Rnaml structure containing the affiliation informations.
|
|
Clones a rnamlAffiliation struture.
|
|
Frees the rnamlAffiliation structure.
|
|
Tells if left and right are equals.
|
|
Gets the value affiliation.
|
|
Tells wheter the object is a rnamlAffiliation.
|
|
Creates a new rnamlAffiliation structure.
|
|
Sets the affiliation value. The previous affiliation value is freed and a copy of value is generated.
|
|
Translates the rnamlAffiliation structure into a xmlcpgElement conforming to the RNAML standard.
|