#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "url.h"
Compounds | |
struct | rnamlURL |
Functions | |
rnamlUrl * | rnamlnewUrl () |
Creates a new rnamlUrl structure. | |
rnamlUrl * | rnamlcloneUrl (const rnamlUrl *url) |
Clones a rnamlUrl struture. | |
void | rnamldeleteUrl (rnamlUrl *url) |
Frees the rnamlUrl structure. | |
int | rnamlisUrl (const rnamlObject *obj) |
Tells wheter the object is a rnamlUrl. | |
int | rnamlequalsUrl (const rnamlUrl *left, const rnamlUrl *right) |
Tells if left and right are equals. | |
const char * | rnamlgetUrlValue (const rnamlUrl *url) |
Gets the value url. | |
void | rnamlsetUrlValue (rnamlUrl *url, const char *value) |
Sets the url value. | |
xmlcpgObject * | rnamltoXMLUrl (const rnamlUrl *url) |
Translates the rnamlUrl structure into a xmlcpgElement conforming to the RNAML standard. |
|
Clones a rnamlUrl struture.
|
|
Frees the rnamlUrl structure.
|
|
Tells if left and right are equals.
|
|
Gets the value url.
|
|
Tells wheter the object is a rnamlUrl.
|
|
Creates a new rnamlUrl structure.
|
|
Sets the url value. The previous url value is freed and a copy of value is generated.
|
|
Translates the rnamlUrl structure into a xmlcpgElement conforming to the RNAML standard.
|