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