#include <XMLParser.h>
Inheritance diagram for oasys::XMLParser:
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. |
oasys::XMLParser::XMLParser | ( | ) | [inline] |
virtual bool oasys::XMLParser::parse | ( | XMLDocument * | doc, | |
const std::string & | data | |||
) | [pure virtual] |