#include <errno.h>
#include <stdlib.h>
#include "contentHandler.h"
#include "fileoutputstream.h"
#include "outputstream.h"
#include "printstream.h"
#include "validator.h"
#include "xmlcpg.h"
#include "marshaller.h"
Compounds | |
struct | rnamlMARSHALLER |
Functions | |
rnamlMarshaller * | rnamlnewMarshaller () |
Creates a new rnamlMarshaller structure. | |
rnamlMarshaller * | rnamlcloneMarshaller (const rnamlMarshaller *marshaller) |
Clones a rnamlMarshaller structure. | |
void | rnamldeleteMarshaller (rnamlMarshaller *marshaller) |
Frees the rnamlMarshaller structure. | |
int | rnamlequalsMarshaller (const rnamlMarshaller *left, const rnamlMarshaller *right) |
Tells if both structures are rnamlMarshaller and equals. | |
int | rnamlisMarshaller (const rnamlObject *obj) |
Tells wether the object is a rnamlMarshaller. | |
void | rnamlsetMarshallerValidating (rnamlMarshaller *marshaller, int validating) |
Set the validation flag. | |
void | rnamlsetMarshallerFormatted (rnamlMarshaller *marshaller, int formatted) |
Set the formatting flag. | |
void | rnamlmarshallMarshaller (rnamlMarshaller *marshaller, const rnamlRnaml *rnaml, FILE *f) |
Writes the rnamlRnaml to the output stream. | |
void | rnamlmarshallMarshallerStream (rnamlMarshaller *marshaller, const rnamlRnaml *rnaml, xmlcpgPrintStream *ps) |
Writes the rnamlRnaml to the xmlcgp print stream. |
|
Clones a rnamlMarshaller structure.
|
|
Frees the rnamlMarshaller structure.
|
|
Tells if both structures are rnamlMarshaller and equals.
|
|
Tells wether the object is a rnamlMarshaller.
|
|
Writes the rnamlRnaml to the output stream.
|
|
Writes the rnamlRnaml to the xmlcgp print stream.
|
|
Creates a new rnamlMarshaller structure.
|
|
Set the formatting flag.
|
|
Set the validation flag.
|