22 #if !defined(XERCESC_INCLUDE_GUARD_DOMUSERDATAHANDLER_HPP)
23 #define XERCESC_INCLUDE_GUARD_DOMUSERDATAHANDLER_HPP
25 #include <xercesc/util/XercesDefs.hpp>
28 XERCES_CPP_NAMESPACE_BEGIN
127 virtual void handle(DOMOperationType operation,
128 const XMLCh*
const key,
137 XERCES_CPP_NAMESPACE_END
virtual ~DOMUserDataHandler()
Destructor.
Definition: DOMUserDataHandler.hpp:70
When associating an object to a key on a node using setUserData the application can provide a handler...
Definition: DOMUserDataHandler.hpp:40
The DOMNode interface is the primary datatype for the entire Document Object Model.
Definition: DOMNode.hpp:139
DOMUserDataHandler()
Definition: DOMUserDataHandler.hpp:47
DOMOperationType
Operation Type.
Definition: DOMUserDataHandler.hpp:98