#include <DTest.h>
Public Member Functions | |
myUserDataHandler () | |
virtual void | handle (DOMOperationType operation, const XMLCh *const key, void *data, const DOMNode *src, const DOMNode *dst) |
DOMOperationType | getCurrentType () |
XMLCh * | getCurrentKey () const |
void * | getCurrentData () const |
DOMNode * | getCurrentSrc () const |
DOMNode * | getCurrentDst () const |
Private Attributes | |
DOMOperationType | currentType |
XMLCh * | currentKey |
void * | currentData |
DOMNode * | currentSrc |
DOMNode * | currentDst |
myUserDataHandler::myUserDataHandler | ( | ) | [inline] |
void* myUserDataHandler::getCurrentData | ( | ) | const [inline] |
References currentData.
DOMNode* myUserDataHandler::getCurrentDst | ( | ) | const [inline] |
References currentDst.
XMLCh* myUserDataHandler::getCurrentKey | ( | ) | const [inline] |
References currentKey.
DOMNode* myUserDataHandler::getCurrentSrc | ( | ) | const [inline] |
References currentSrc.
DOMOperationType myUserDataHandler::getCurrentType | ( | ) | [inline] |
References currentType.
virtual void myUserDataHandler::handle | ( | DOMOperationType | operation, | |
const XMLCh *const | key, | |||
void * | data, | |||
const DOMNode * | src, | |||
const DOMNode * | dst | |||
) | [inline, virtual] |
References currentData, currentDst, currentKey, currentSrc, and currentType.
void* myUserDataHandler::currentData [private] |
Referenced by getCurrentData(), and handle().
DOMNode* myUserDataHandler::currentDst [private] |
Referenced by getCurrentDst(), and handle().
XMLCh* myUserDataHandler::currentKey [private] |
Referenced by getCurrentKey(), and handle().
DOMNode* myUserDataHandler::currentSrc [private] |
Referenced by getCurrentSrc(), and handle().
DOMOperationType myUserDataHandler::currentType [private] |
Referenced by getCurrentType(), and handle().