ANNA Suite
2020b
Multipurpose development suite for Telco applications
|
#include <DocumentMemory.hpp>
Public Member Functions | |
DocumentMemory () | |
![]() | |
DocumentMemory () | |
const Node * | getRootNode () const |
const Node * | parse () noexcept(false) |
const Node * | parse (const DTD &dtd) noexcept(false) |
std::string | asXmlString () const |
![]() | |
virtual | ~Document () |
void | initialize (const char *content) noexcept(false) |
void | initialize (const DataBlock &content) noexcept(false) |
const char * | getEncoding () const |
const char * | getVersion () const |
virtual const DataBlock & | getContent () const noexcept(false) |
const char * | getContentAsCString () const noexcept(false) |
void | setEncoding (const char *encoding) |
void | setVersion (const char *version) |
const xml::Node * | parse () noexcept(false) |
const xml::Node * | parse (const DTD &dtd) noexcept(false) |
Additional Inherited Members | |
![]() | |
Document () | |
void | clear () |
void | setContent (const char *content) |
void | setContent (const char *content, const int size) |
void | setContent (const DataBlock &content) |
Clase para gestionar un documento HTML contenido en un archivo.