#include <XMLParser.h>
Definition at line 157 of file XMLParser.h.
◆ XmlDocument()
XmlDocument::XmlDocument |
( |
| ) |
|
◆ ~XmlDocument()
XmlDocument::~XmlDocument |
( |
| ) |
|
|
virtual |
Definition at line 298 of file XMLParser.cpp.
299{
300 if (__pTopElement) {
301 delete __pTopElement;
302#if __DCL_DEBUG
303 __pTopElement =
NULL;
304#endif
305 }
306}
◆ topElement()
const XmlElement * XmlDocument::topElement |
( |
| ) |
const |
|
inline |
Definition at line 175 of file XMLParser.h.
175{ return __pTopElement; }
◆ toString()
virtual String XmlDocument::toString |
( |
| ) |
const |
|
virtual |
The documentation for this class was generated from the following files: