#include <XMLParser.h>
Definition at line 160 of file XMLParser.h.
◆ XmlDocument()
| XmlDocument::XmlDocument |
( |
| ) |
|
◆ ~XmlDocument()
| XmlDocument::~XmlDocument |
( |
| ) |
|
|
virtual |
Definition at line 305 of file XMLParser.cpp.
306{
307 if (__topElement) {
308 delete __topElement;
309#ifdef __DCL_DEBUG
311#endif
312 }
313}
◆ topElement()
| const XmlElement * XmlDocument::topElement |
( |
| ) |
const |
|
inline |
Definition at line 178 of file XMLParser.h.
178{ return __topElement; }
◆ toString()
| virtual String XmlDocument::toString |
( |
| ) |
const |
|
virtual |
The documentation for this class was generated from the following files: