#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "strannotation.h"
Compounds | |
struct | rnamlSTRANNOTATION |
Functions | |
rnamlStrAnnotation * | rnamlnewStrAnnotation () |
Creates a new rnamlStrAnnotation structure. | |
rnamlStrAnnotation * | rnamlcloneStrAnnotation (const rnamlStrAnnotation *strAnnotation) |
Clones a rnamlStrAnnotation struture. | |
void | rnamldeleteStrAnnotation (rnamlStrAnnotation *strAnnotation) |
Frees the rnamlStrAnnotation structure. | |
int | rnamlisStrAnnotation (const rnamlObject *obj) |
Tells wheter the object is a rnamlStrAnnotation. | |
int | rnamlequalsStrAnnotation (const rnamlStrAnnotation *left, const rnamlStrAnnotation *right) |
Tells if left and right are equals. | |
void | rnamladdStrAnnotationChild (rnamlStrAnnotation *strAnnotation, rnamlObject *obj) |
Adds a strAnnotation child. | |
xmlcpgList * | rnamlgetStrAnnotationChildren (const rnamlStrAnnotation *strAnnotation) |
Gets the children from the strAnnotation collection. | |
xmlcpgObject * | rnamltoXMLStrAnnotation (const rnamlStrAnnotation *strAnnotation) |
Translates the rnamlStrAnnotation structure into a xmlcpgElement conforming to the RNAML standard. |
|
Adds a strAnnotation child.
|
|
Clones a rnamlStrAnnotation struture.
|
|
Frees the rnamlStrAnnotation structure.
|
|
Tells if left and right are equals.
|
|
Gets the children from the strAnnotation collection.
|
|
Tells wheter the object is a rnamlStrAnnotation.
|
|
Creates a new rnamlStrAnnotation structure.
|
|
Translates the rnamlStrAnnotation structure into a xmlcpgElement conforming to the RNAML standard.
|