#include "object.h"
#include "xmlcpg.h"
Go to the source code of this file.
Typedefs | |
typedef rnamlREVISION | rnamlRevision |
Rnaml structure containing the revision informations. | |
Functions | |
rnamlRevision * | rnamlnewRevision () |
Creates a new rnamlRevision structure. | |
rnamlRevision * | rnamlcloneRevision (const rnamlRevision *revision) |
Clones a rnamlRevision struture. | |
void | rnamldeleteRevision (rnamlRevision *revision) |
Frees the rnamlRevision structure. | |
int | rnamlisRevision (const rnamlObject *obj) |
Tells wheter the object is a rnamlRevision. | |
int | rnamlequalsRevision (const rnamlRevision *left, const rnamlRevision *right) |
Tells if left and right are equals. | |
xmlcpgList * | rnamlgetRevisionChildren (const rnamlRevision *revision) |
Gets the children from the revision collection. | |
void | rnamladdRevisionChild (rnamlRevision *revision, rnamlObject *child) |
Adds a revision child. | |
xmlcpgObject * | rnamltoXMLRevision (const rnamlRevision *revision) |
Translates the rnamlRevision structure into a xmlcpgElement conforming to the RNAML standard. |
|
Rnaml structure containing the revision informations.
|
|
Adds a revision child.
|
|
Clones a rnamlRevision struture.
|
|
Frees the rnamlRevision structure.
|
|
Tells if left and right are equals.
|
|
Gets the children from the revision collection.
|
|
Tells wheter the object is a rnamlRevision.
|
|
Creates a new rnamlRevision structure.
|
|
Translates the rnamlRevision structure into a xmlcpgElement conforming to the RNAML standard.
|