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 29 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.
virtual ~XMLParser ()

Constructor & Destructor Documentation

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

Default constructor.

Definition at line 34 of file XMLParser.h.

virtual oasys::XMLParser::~XMLParser (  )  [inline, virtual]

Definition at line 41 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 Sat Sep 8 08:36:26 2007 for DTN Reference Implementation by  doxygen 1.5.3