oasys::XMLUnmarshal Class Reference

#include <XMLSerialize.h>

Inheritance diagram for oasys::XMLUnmarshal:

oasys::SerializeAction oasys::Serialize List of all members.

Detailed Description

Interface designed to be implemented by third-party XML parsers.

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.


Constructor & Destructor Documentation

oasys::XMLUnmarshal::XMLUnmarshal (  )  [inline]

Definition at line 93 of file XMLSerialize.h.


Member Function Documentation

virtual const char* oasys::XMLUnmarshal::parse ( const char *  xml_doc  )  [pure virtual]

Parse the provided string buffer.

Returns:
next element tag found or 0 on failure


The documentation for this class was generated from the following file:
Generated on Thu Jun 7 12:54:36 2007 for DTN Reference Implementation by  doxygen 1.5.1