#include "object.h"
#include "xmlcpg.h"
Go to the source code of this file.
Typedefs | |
typedef rnamlTITLE | rnamlTitle |
Rnaml structure containing the title informations. | |
Functions | |
rnamlTitle * | rnamlnewTitle () |
Creates a new rnamlTitle structure. | |
rnamlTitle * | rnamlcloneTitle (const rnamlTitle *title) |
Clones a rnamlTitle struture. | |
void | rnamldeleteTitle (rnamlTitle *title) |
Frees the rnamlTitle structure. | |
int | rnamlisTitle (const rnamlObject *obj) |
Tells wheter the object is a rnamlTitle. | |
int | rnamlequalsTitle (const rnamlTitle *left, const rnamlTitle *right) |
Tells if left and right are equals. | |
const char * | rnamlgetTitleValue (const rnamlTitle *title) |
Gets the value title. | |
void | rnamlsetTitleValue (rnamlTitle *title, const char *value) |
Sets the title value. | |
xmlcpgObject * | rnamltoXMLTitle (const rnamlTitle *title) |
Translates the rnamlTitle structure into a xmlcpgElement conforming to the RNAML standard. |
|
Rnaml structure containing the title informations.
|
|
Clones a rnamlTitle struture.
|
|
Frees the rnamlTitle structure.
|
|
Tells if left and right are equals.
|
|
Gets the value title.
|
|
Tells wheter the object is a rnamlTitle.
|
|
Creates a new rnamlTitle structure.
|
|
Sets the title value. The previous title value is freed and a copy of value is generated.
|
|
Translates the rnamlTitle structure into a xmlcpgElement conforming to the RNAML standard.
|