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