Fonctions membres publiques | |
Attribute severity (DOM Level 3) | |
UShort | severity () const |
Attribute message (DOM Level 3) | |
DOMString | message () const |
Attribute exception (DOM Level 3) | |
DOMObject | relatedException () const |
Attributs publics statiques | |
ErrorType | |
static const UShort | SEVERITY_WARNING = 0 |
The severity of the error described by the DOMError is warning. | |
static const UShort | SEVERITY_ERROR = 1 |
The severity of the error described by the DOMError is error. | |
static const UShort | SEVERITY_FATAL_ERROR = 2 |
The severity of the error described by the DOMError is fatal error. | |
Attribute location (DOM Level 3) | |
DOMErrorPrv * | m_p |
DOMLocator | location () const |
DOMError (DOMErrorPrv *) | |
DOMError (const DOMError &from) | |
const DOMError & | operator= (const DOMError &from) |
DOMErrorPrv * | _impl () const |
bool | _null () const |
void | _checkValid () const |
Arcane::dom::DOMError::DOMError | ( | ) |
Définition à la ligne 3428 du fichier DomLibXml2.cc.
Arcane::dom::DOMError::DOMError | ( | DOMErrorPrv * | p | ) |
Définition à la ligne 3433 du fichier DomLibXml2.cc.
Arcane::dom::DOMError::~DOMError | ( | ) |
Définition à la ligne 3450 du fichier DomLibXml2.cc.
Arcane::dom::DOMError::DOMError | ( | const DOMError & | from | ) |
Définition à la ligne 3438 du fichier DomLibXml2.cc.
|
private |
Définition à la ligne 3459 du fichier DomLibXml2.cc.
|
private |
Définition à la ligne 3466 du fichier DomLibXml2.cc.
|
private |
Définition à la ligne 3453 du fichier DomLibXml2.cc.
DOMLocator Arcane::dom::DOMError::location | ( | ) | const |
Définition à la ligne 3490 du fichier DomLibXml2.cc.
DOMString Arcane::dom::DOMError::message | ( | ) | const |
Définition à la ligne 3478 du fichier DomLibXml2.cc.
Définition à la ligne 3443 du fichier DomLibXml2.cc.
DOMObject Arcane::dom::DOMError::relatedException | ( | ) | const |
Définition à la ligne 3484 du fichier DomLibXml2.cc.
UShort Arcane::dom::DOMError::severity | ( | ) | const |
Définition à la ligne 3472 du fichier DomLibXml2.cc.
|
private |
|
static |
|
static |
|
static |