|
| static const UShort | CLONED = 1 |
| | The node is cloned.
|
| |
| static const UShort | IMPORTED = 2 |
| | The node is imported.
|
| |
| static const UShort | DELETED = 3 |
| | The node is deleted.
|
| |
| void | handle (UShort operation, const DOMString &key, const DOMObject &data, const Node &src, const Node &dest) const |
| |
Définition à la ligne 945 du fichier Dom.h.
◆ handle()
| void Arcane::dom::UserDataHandler::handle |
( |
UShort | operation, |
|
|
const DOMString & | key, |
|
|
const DOMObject & | data, |
|
|
const Node & | src, |
|
|
const Node & | dest ) const |
◆ CLONED
| const UShort Arcane::dom::UserDataHandler::CLONED = 1 |
|
static |
The node is cloned.
Définition à la ligne 951 du fichier Dom.h.
◆ DELETED
| const UShort Arcane::dom::UserDataHandler::DELETED = 3 |
|
static |
The node is deleted.
Définition à la ligne 955 du fichier Dom.h.
◆ IMPORTED
| const UShort Arcane::dom::UserDataHandler::IMPORTED = 2 |
|
static |
The node is imported.
Définition à la ligne 953 du fichier Dom.h.
La documentation de cette classe a été générée à partir des fichiers suivants :