#include <xercesc/util/XercesDefs.hpp>
Go to the source code of this file.
◆ GET_DIRECT_MM
#define GET_DIRECT_MM |
( |
| ptr | ) |
|
Value: (ptr ? ((DOMDocumentImpl*)ptr)->getMemoryManager() : XMLPlatformUtils::fgMemoryManager)
◆ GET_INDIRECT_MM
#define GET_INDIRECT_MM |
( |
| ptr | ) |
|
Value: (!ptr ? XMLPlatformUtils::fgMemoryManager : \
XMLPlatformUtils::fgMemoryManager)
#define GET_OWNER_DOCUMENT(ptr)
Definition DOMNode.hpp:907
◆ GET_OWNER_DOCUMENT
#define GET_OWNER_DOCUMENT |
( |
| ptr | ) |
|
Value: ((DOMDocumentImpl*)(ptr->getOwnerDocument()))
◆ GetDOMNodeMemoryManager