#include <XMLSerialize.h>
Inheritance diagram for oasys::XMLUnmarshal:

Definition at line 91 of file XMLSerialize.h.
Public Member Functions | |
| XMLUnmarshal () | |
| virtual const char * | parse (const char *xml_doc)=0 |
| Parse the provided string buffer. | |
| oasys::XMLUnmarshal::XMLUnmarshal | ( | ) | [inline] |
Definition at line 93 of file XMLSerialize.h.
| virtual const char* oasys::XMLUnmarshal::parse | ( | const char * | xml_doc | ) | [pure virtual] |
Parse the provided string buffer.
1.5.1