#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "pages.h"
Compounds | |
struct | rnamlPAGES |
Functions | |
rnamlPages * | rnamlnewPages () |
Creates a new rnamlPages structure. | |
rnamlPages * | rnamlclonePages (const rnamlPages *pages) |
Clones a rnamlPages struture. | |
void | rnamldeletePages (rnamlPages *pages) |
Frees the rnamlPages structure. | |
int | rnamlisPages (const rnamlObject *obj) |
Tells wheter the object is a rnamlPages. | |
int | rnamlequalsPages (const rnamlPages *left, const rnamlPages *right) |
Tells if left and right are equals. | |
int | rnamlgetPagesStartPage (const rnamlPages *pages) |
Gets the pages startPage. | |
void | rnamlsetPagesStartPage (rnamlPages *pages, int page) |
Sets the pages startPage. | |
int | rnamlgetPagesEndPage (const rnamlPages *pages) |
Gets the pages endPage. | |
void | rnamlsetPagesEndPage (rnamlPages *pages, int page) |
Sets the pages endPage. | |
xmlcpgObject * | rnamltoXMLPages (const rnamlPages *pages) |
Translates the rnamlPages structure into a xmlcpgElement conforming to the RNAML standard. |
|
Clones a rnamlPages struture.
|
|
Frees the rnamlPages structure.
|
|
Tells if left and right are equals.
|
|
Gets the pages endPage.
|
|
Gets the pages startPage.
|
|
Tells wheter the object is a rnamlPages.
|
|
Creates a new rnamlPages structure.
|
|
Sets the pages endPage.
|
|
Sets the pages startPage.
|
|
Translates the rnamlPages structure into a xmlcpgElement conforming to the RNAML standard.
|