oasys::XMLParser Class Reference

#include <XMLParser.h>

Inheritance diagram for oasys::XMLParser:

oasys::ExpatXMLParser List of all members.

Detailed Description

Abstract interface to an XML parser.

Definition at line 50 of file XMLParser.h.

Public Member Functions

 XMLParser ()
 Default constructor.
virtual bool parse (XMLDocument *doc, const std::string &data)=0
 Parse the given data into an xml document object.


Constructor & Destructor Documentation

oasys::XMLParser::XMLParser (  )  [inline]

Default constructor.

Definition at line 55 of file XMLParser.h.


Member Function Documentation

virtual bool oasys::XMLParser::parse ( XMLDocument doc,
const std::string &  data 
) [pure virtual]

Parse the given data into an xml document object.

Implemented in oasys::ExpatXMLParser.


The documentation for this class was generated from the following file:
Generated on Fri Dec 22 14:48:08 2006 for DTN Reference Implementation by  doxygen 1.5.1