#include "object.h"
#include "xmlcpg.h"
Go to the source code of this file.
Typedefs | |
typedef rnamlPCDATA | rnamlPcData |
Rnaml structure containing the pcdata informations. | |
Functions | |
rnamlPcData * | rnamlnewPcData () |
Creates a new rnamlPcData structure. | |
rnamlPcData * | rnamlclonePcData (const rnamlPcData *pcdata) |
Clones a rnamlPcData struture. | |
void | rnamldeletePcData (rnamlPcData *pcdata) |
Frees the rnamlPcData structure. | |
int | rnamlisPcData (const rnamlObject *obj) |
Tells wheter the object is a rnamlPcData. | |
int | rnamlequalsPcData (const rnamlPcData *left, const rnamlPcData *right) |
Tells if left and right are equals. | |
const char * | rnamlgetPcDataValue (const rnamlPcData *pcData) |
Gets the value pcData. | |
void | rnamlsetPcDataValue (rnamlPcData *pcData, const char *value) |
Sets the pcData value. | |
xmlcpgObject * | rnamltoXMLPcData (const rnamlPcData *pcData) |
Translates the rnamlPcData structure into a xmlcpgElement conforming to the RNAML standard. |
|
Rnaml structure containing the pcdata informations.
|
|
Clones a rnamlPcData struture.
|
|
Frees the rnamlPcData structure.
|
|
Tells if left and right are equals.
|
|
Gets the value pcData.
|
|
Tells wheter the object is a rnamlPcData.
|
|
Creates a new rnamlPcData structure.
|
|
Sets the pcData value. The previous pcData value is freed and a copy of value is generated.
|
|
Translates the rnamlPcData structure into a xmlcpgElement conforming to the RNAML standard.
|