ANNA Suite  2020b
Multipurpose development suite for Telco applications
Public Member Functions | List of all members
anna::html::DocumentMemory Class Reference

#include <DocumentMemory.hpp>

Inheritance diagram for anna::html::DocumentMemory:
Inheritance graph
[legend]
Collaboration diagram for anna::html::DocumentMemory:
Collaboration graph
[legend]

Public Member Functions

 DocumentMemory ()
 
- Public Member Functions inherited from anna::xml::DocumentMemory
 DocumentMemory ()
 
const NodegetRootNode () const
 
const Nodeparse () noexcept(false)
 
const Nodeparse (const DTD &dtd) noexcept(false)
 
std::string asXmlString () const
 
- Public Member Functions inherited from anna::xml::Document
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 DataBlockgetContent () const noexcept(false)
 
const char * getContentAsCString () const noexcept(false)
 
void setEncoding (const char *encoding)
 
void setVersion (const char *version)
 
const xml::Nodeparse () noexcept(false)
 
const xml::Nodeparse (const DTD &dtd) noexcept(false)
 

Additional Inherited Members

- Protected Member Functions inherited from anna::xml::Document
 Document ()
 
void clear ()
 
void setContent (const char *content)
 
void setContent (const char *content, const int size)
 
void setContent (const DataBlock &content)
 

Detailed Description

Clase para gestionar un documento HTML contenido en un archivo.

Constructor & Destructor Documentation

◆ DocumentMemory()

anna::html::DocumentMemory::DocumentMemory ( )
inline

Constructor.

26 : xml::DocumentMemory() {;}

The documentation for this class was generated from the following file: