#include "object.h"
#include "xmlcpg.h"
Go to the source code of this file.
Typedefs | |
typedef rnamlMETHOD | rnamlMethod |
Rnaml structure containing the method informations. | |
Functions | |
rnamlMethod * | rnamlnewMethod () |
Creates a new rnamlMethod structure. | |
rnamlMethod * | rnamlcloneMethod (const rnamlMethod *method) |
Clones a rnamlMethod struture. | |
void | rnamldeleteMethod (rnamlMethod *method) |
Frees the rnamlMethod structure. | |
int | rnamlisMethod (const rnamlObject *obj) |
Tells wheter the object is a rnamlMethod. | |
int | rnamlequalsMethod (const rnamlMethod *left, const rnamlMethod *right) |
Tells if left and right are equals. | |
const char * | rnamlgetMethodValue (const rnamlMethod *method) |
Gets the value method. | |
void | rnamlsetMethodValue (rnamlMethod *method, const char *value) |
Sets the method value. | |
xmlcpgObject * | rnamltoXMLMethod (const rnamlMethod *method) |
Translates the rnamlMethod structure into a xmlcpgElement conforming to the RNAML standard. |
|
Rnaml structure containing the method informations.
|
|
Clones a rnamlMethod struture.
|
|
Frees the rnamlMethod structure.
|
|
Tells if left and right are equals.
|
|
Gets the value method.
|
|
Tells wheter the object is a rnamlMethod.
|
|
Creates a new rnamlMethod structure.
|
|
Sets the method value. The previous method value is freed and a copy of value is generated.
|
|
Translates the rnamlMethod structure into a xmlcpgElement conforming to the RNAML standard.
|