#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "revision.h"
Compounds | |
struct | rnamlREVISION |
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. | |
void | rnamladdRevisionChild (rnamlRevision *revision, rnamlObject *obj) |
Adds a revision child. | |
xmlcpgList * | rnamlgetRevisionChildren (const rnamlRevision *revision) |
Gets the children from the revision collection. | |
xmlcpgObject * | rnamltoXMLRevision (const rnamlRevision *revision) |
Translates the rnamlRevision structure into a xmlcpgElement conforming to the RNAML standard. |
|
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.
|