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

#include <DTDFile.hpp>

Inheritance diagram for anna::xml::DTDFile:
Inheritance graph
[legend]
Collaboration diagram for anna::xml::DTDFile:
Collaboration graph
[legend]

Public Member Functions

 DTDFile (const char *file=NULL)
 
- Public Member Functions inherited from anna::xml::DTD
virtual ~DTD ()
 
void initialize (const char *content) noexcept(false)
 

Additional Inherited Members

- Protected Member Functions inherited from anna::xml::DTD
 DTD ()
 

Detailed Description

Clase para gestionar una DTD contenida en un archivo.

Constructor & Destructor Documentation

◆ DTDFile()

anna::xml::DTDFile::DTDFile ( const char *  file = NULL)
inline

Constructor

Parameters
fileFile name
28 { if (file) initialize(file); }
void initialize(const char *content) noexcept(false)
Here is the call graph for this function:

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