| Xerces-C++ 3.3.0
    | 
Go to the source code of this file.
| Classes | |
| class | DOMNode | 
| The DOMNodeinterface is the primary datatype for the entire Document Object Model.  More... | |
| Macros | |
| #define | GET_OWNER_DOCUMENT(ptr) ((DOMDocumentImpl*)(ptr->getOwnerDocument())) | 
| #define | GET_DIRECT_MM(ptr) (ptr ? ((DOMDocumentImpl*)ptr)->getMemoryManager() : XMLPlatformUtils::fgMemoryManager) | 
| #define | GET_INDIRECT_MM(ptr) | 
| #define | GetDOMNodeMemoryManager GET_INDIRECT_MM(this) | 
| #define GET_DIRECT_MM | ( | ptr | ) | (ptr ? ((DOMDocumentImpl*)ptr)->getMemoryManager() : XMLPlatformUtils::fgMemoryManager) | 
| #define GET_INDIRECT_MM | ( | ptr | ) | 
| #define GET_OWNER_DOCUMENT | ( | ptr | ) | ((DOMDocumentImpl*)(ptr->getOwnerDocument())) | 
| #define GetDOMNodeMemoryManager GET_INDIRECT_MM(this) |