#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "booktitle.h"
Compounds | |
struct | rnamlBOOKTITLE |
Functions | |
rnamlBookTitle * | rnamlnewBookTitle () |
Creates a new rnamlBookTitle structure. | |
rnamlBookTitle * | rnamlcloneBookTitle (const rnamlBookTitle *bookTitle) |
Clones a rnamlBookTitle struture. | |
void | rnamldeleteBookTitle (rnamlBookTitle *bookTitle) |
Frees the rnamlBookTitle structure. | |
int | rnamlisBookTitle (const rnamlObject *obj) |
Tells wheter the object is a rnamlBookTitle. | |
int | rnamlequalsBookTitle (const rnamlBookTitle *left, const rnamlBookTitle *right) |
Tells if left and right are equals. | |
const char * | rnamlgetBookTitleValue (const rnamlBookTitle *bookTitle) |
Gets the value bookTitle. | |
void | rnamlsetBookTitleValue (rnamlBookTitle *bookTitle, const char *value) |
Sets the bookTitle value. | |
xmlcpgObject * | rnamltoXMLBookTitle (const rnamlBookTitle *bookTitle) |
Translates the rnamlBookTitle structure into a xmlcpgElement conforming to the RNAML standard. |
|
Clones a rnamlBookTitle struture.
|
|
Frees the rnamlBookTitle structure.
|
|
Tells if left and right are equals.
|
|
Gets the value bookTitle.
|
|
Tells wheter the object is a rnamlBookTitle.
|
|
Creates a new rnamlBookTitle structure.
|
|
Sets the bookTitle value. The previous bookTitle value is freed and a copy of value is generated.
|
|
Translates the rnamlBookTitle structure into a xmlcpgElement conforming to the RNAML standard.
|