|
| 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 |
Definition at line 1019 of file 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.
Definition at line 1026 of file Dom.h.
◆ DELETED
| const UShort Arcane::dom::UserDataHandler::DELETED = 3 |
|
static |
The node is deleted.
Definition at line 1030 of file Dom.h.
◆ IMPORTED
| const UShort Arcane::dom::UserDataHandler::IMPORTED = 2 |
|
static |
The node is imported.
Definition at line 1028 of file Dom.h.
The documentation for this class was generated from the following files: