Arcane  4.1.12.0
User documentation
Loading...
Searching...
No Matches
Arcane::dom::UserDataHandler Class Reference

OperationType

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

Detailed Description

Definition at line 1019 of file Dom.h.

Member Function Documentation

◆ handle()

void Arcane::dom::UserDataHandler::handle ( UShort operation,
const DOMString & key,
const DOMObject & data,
const Node & src,
const Node & dest ) const

Definition at line 3343 of file DomLibXml2.cc.

Member Data Documentation

◆ 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: