#include <stdlib.h>
#include "inputstream.h"
#include "object.h"
Go to the source code of this file.
Typedefs | |
typedef rnamlUNMARSHALLER | rnamlUnmarshaller |
The unmarshaller structure. | |
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 | rnamlisUnmarshaller (const rnamlObject *obj) |
Tells wether the object is a rnamlUnmarshaller. | |
int | rnamlequalsUnmarshaller (const rnamlUnmarshaller *left, const rnamlUnmarshaller *right) |
Tells if both structures are rnamlUnmarshaller and equals. | |
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. |
|
The unmarshaller structure.
|
|
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.
|