#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "affiliation.h"
Compounds | |
struct | rnamlAFFILIATION |
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. |
|
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.
|