30#ifndef _util_xml_class_XMLParser_
31#define _util_xml_class_XMLParser_
43 template <
class T>
friend class RefPtr;
Definition XMLParser.h:42
virtual RefPtr< XMLElement > parse(std::istream &)=0
Parse the given input buffer and return the parse tree.
XMLParser()
Default constructor. Intended for derived classes.
Definition XMLParser.cpp:35
friend class ConstRefPtr
Definition XMLParser.h:44
virtual ~XMLParser()
Destructor.
Definition XMLParser.cpp:42