#include <stdio.h>#include "object.h"#include "printstream.h"#include "rnaml.h"Go to the source code of this file.
Typedefs | |
| typedef rnamlMARSHALLER | rnamlMarshaller |
| The marshaller structure. | |
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 | rnamlisMarshaller (const rnamlObject *obj) |
| Tells wether the object is a rnamlMarshaller. | |
| int | rnamlequalsMarshaller (const rnamlMarshaller *left, const rnamlMarshaller *right) |
| Tells if both structures are rnamlMarshaller and equals. | |
| 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. | |
|
|
The marshaller structure.
|
|
|
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.
|
1.2.18