#include <XQillaConfiguration.hpp>
Public Member Functions | |
virtual | ~XQillaConfiguration () |
virtual DocumentCache * | createDocumentCache (xercesc::MemoryManager *memMgr)=0 |
virtual SequenceBuilder * | createSequenceBuilder (const DynamicContext *context)=0 |
virtual ItemFactory * | createItemFactory (DocumentCache *cache, xercesc::MemoryManager *memMgr)=0 |
virtual UpdateFactory * | createUpdateFactory (xercesc::MemoryManager *memMgr)=0 |
virtual URIResolver * | createDefaultURIResolver (xercesc::MemoryManager *memMgr)=0 |
virtual ASTToXML * | createASTToXML ()=0 |
virtual void | populateStaticContext (StaticContext *context) |
virtual void | populateDynamicContext (DynamicContext *context) |
virtual void | testInterrupt () |
Public Member Functions inherited from xercesc::XMemory | |
void * | operator new (size_t size) |
This method overrides operator new. More... | |
void * | operator new (size_t size, MemoryManager *memMgr) |
This method defines a custom operator new, that will use the provided memory manager to perform the allocation. More... | |
void * | operator new (size_t size, void *ptr) |
This method overrides placement operator new. More... | |
void | operator delete (void *p) |
This method overrides operator delete. More... | |
void | operator delete (void *p, MemoryManager *memMgr) |
This method provides a matching delete for the custom operator new. More... | |
void | operator delete (void *p, void *ptr) |
This method provides a matching delete for the placement new. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from xercesc::XMemory | |
XMemory () | |
Protected default constructor. More... | |
|
inlinevirtual |
|
pure virtual |
Implemented in XercesConfiguration, and FastXDMConfiguration.
|
pure virtual |
Implemented in XercesConfiguration, and FastXDMConfiguration.
|
pure virtual |
Implemented in XercesConfiguration, and FastXDMConfiguration.
|
pure virtual |
Implemented in XercesConfiguration, and FastXDMConfiguration.
|
pure virtual |
Implemented in XercesConfiguration, and FastXDMConfiguration.
|
pure virtual |
Implemented in XercesConfiguration, and FastXDMConfiguration.
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |