Arcane  v3.14.10.0
Documentation développeur
Chargement...
Recherche...
Aucune correspondance
Référence de la classe Arcane::dom::LibXml2_ErrorHandler

Gestion des erreurs du lecteur Xml. Plus de détails...

+ Graphe de collaboration de Arcane::dom::LibXml2_ErrorHandler:

Fonctions membres publiques

const StringerrorMessage () const
 
void addError (const xmlError *e)
 

Fonctions membres publiques statiques

template<class T >
static void XMLCDECL handler (void *user_data, T *e)
 Handler à connecter à la libxml2.
 

Attributs privés

String m_error_message
 

Description détaillée

Gestion des erreurs du lecteur Xml.

Note
le handler d'erreur est géré par libxml2 par thread. Il n'est donc pas nécessaire de le protéger en multi-threading.

Définition à la ligne 187 du fichier DomLibXml2V2.cc.

Documentation des constructeurs et destructeur

◆ LibXml2_ErrorHandler()

Arcane::dom::LibXml2_ErrorHandler::LibXml2_ErrorHandler ( )
inline

Définition à la ligne 191 du fichier DomLibXml2V2.cc.

◆ ~LibXml2_ErrorHandler()

Arcane::dom::LibXml2_ErrorHandler::~LibXml2_ErrorHandler ( )
inline

Définition à la ligne 195 du fichier DomLibXml2V2.cc.

Documentation des fonctions membres

◆ addError()

void Arcane::dom::LibXml2_ErrorHandler::addError ( const xmlError e)
inline

Définition à la ligne 217 du fichier DomLibXml2V2.cc.

◆ errorMessage()

const String & Arcane::dom::LibXml2_ErrorHandler::errorMessage ( ) const
inline

Définition à la ligne 213 du fichier DomLibXml2V2.cc.

◆ handler()

template<class T >
static void XMLCDECL Arcane::dom::LibXml2_ErrorHandler::handler ( void user_data,
T *  e 
)
inlinestatic

Handler à connecter à la libxml2.

Définition à la ligne 203 du fichier DomLibXml2V2.cc.

Documentation des données membres

◆ m_error_message

String Arcane::dom::LibXml2_ErrorHandler::m_error_message
private

Définition à la ligne 215 du fichier DomLibXml2V2.cc.


La documentation de cette classe a été générée à partir du fichier suivant :