#include <errno.h>
#include <stdlib.h>
#include "contentHandler.h"
#include "fileinputstream.h"
#include "gzipinputstream.h"
#include "validator.h"
#include "xmlcpg.h"
#include "unmarshaller.h"
Compounds | |
struct | rnamlUNMARSHALLER |
Functions | |
rnamlUnmarshaller * | rnamlnewUnmarshaller () |
Creates a new rnamlUnmarshaller structure. | |
rnamlUnmarshaller * | rnamlcloneUnmarshaller (const rnamlUnmarshaller *um) |
Clones a rnamlUnmarshaller structure. | |
void | rnamldeleteUnmarshaller (rnamlUnmarshaller *um) |
Frees the rnamlUnmarshaller structure. | |
int | rnamlequalsUnmarshaller (const rnamlUnmarshaller *left, const rnamlUnmarshaller *right) |
Tells if both structures are rnamlUnmarshaller and equals. | |
int | rnamlisUnmarshaller (const rnamlObject *obj) |
Tells wether the object is a rnamlUnmarshaller. | |
void | rnamlsetUnmarshallerValidating (rnamlUnmarshaller *um, int validating) |
Set the validation flag. | |
rnamlRnaml * | rnamlunmarshallUnmarshaller (rnamlUnmarshaller *um, FILE *f) |
Reads the XML stream pointed by f and generates the rnaml structures. | |
rnamlRnaml * | rnamlunmarshallUnmarshallerStream (rnamlUnmarshaller *um, xmlcpgInputStream *is) |
Reads the xmlcgp input stream pointed by f and generates the rnaml structures. |
|
Clones a rnamlUnmarshaller structure.
|
|
Frees the rnamlUnmarshaller structure.
|
|
Tells if both structures are rnamlUnmarshaller and equals.
|
|
Tells wether the object is a rnamlUnmarshaller.
|
|
Creates a new rnamlUnmarshaller structure.
|
|
Set the validation flag.
|
|
Reads the XML stream pointed by f and generates the rnaml structures.
|
|
Reads the xmlcgp input stream pointed by f and generates the rnaml structures.
|