#include <Unmarshaller.h>
Public Methods | |
Unmarshaller () | |
Constructor of the object Unmarshaller. | |
Unmarshaller (const Unmarshaller &right) | |
Constructor by copy of the object Unmarshaller. | |
Unmarshaller * | clone () const |
Clones the object. | |
virtual | ~Unmarshaller () |
Destructor of the object. | |
Unmarshaller & | operator= (const Unmarshaller &right) |
Assigns the object with the right's content. | |
bool | operator== (const Unmarshaller &right) const |
Compares the specified object with this collection for equality. | |
void | setValidating (bool validating) |
Set the validation flag. | |
Rnaml * | unmarshall (FILE *f) const |
Reads the XML stream pointed by f and generates the Rnaml object. | |
Rnaml * | unmarshall (InputStream &is) const |
Reads the XML stream pointed by is and generates the Rnaml object. | |
Private Attributes | |
rnamlUnmarshaller * | um |
The unmarshaller C structure. |
|
Constructor of the object Unmarshaller.
|
|
Constructor by copy of the object Unmarshaller.
|
|
Destructor of the object.
|
|
Clones the object.
|
|
Assigns the object with the right's content.
|
|
Compares the specified object with this collection for equality.
|
|
Set the validation flag.
|
|
Reads the XML stream pointed by is and generates the Rnaml object.
|
|
Reads the XML stream pointed by f and generates the Rnaml object.
|
|
The unmarshaller C structure.
|