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

#include <DocumentFile.hpp>

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

Public Member Functions

 DocumentFile ()
 
- Public Member Functions inherited from anna::xml::DocumentFile
 DocumentFile ()
 
const NodegetRootNode () const
 
const anna::DataBlockgetContent () const noexcept(false)
 
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
 
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)
 
- Protected Attributes inherited from anna::xml::DocumentFile
std::string a_filename
 

Detailed Description

Clase para gestionar un documento HTML contenido en un archivo.

Constructor & Destructor Documentation

◆ DocumentFile()

anna::html::DocumentFile::DocumentFile ( )
inline

Constructor.

26 : xml::DocumentFile() {;}

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