|
virtual | ~UpdateFactory () |
|
virtual void | applyUpdates (const PendingUpdateList &pul, DynamicContext *context, DocumentCache::ValidationMode valMode) |
|
virtual void | checkUpdates (const PendingUpdateList &pul, DynamicContext *context, DocumentCache::ValidationMode valMode) |
|
virtual void | applyPut (const PendingUpdate &update, DynamicContext *context)=0 |
|
virtual void | applyInsertInto (const PendingUpdate &update, DynamicContext *context)=0 |
|
virtual void | applyInsertAttributes (const PendingUpdate &update, DynamicContext *context)=0 |
|
virtual void | applyReplaceValue (const PendingUpdate &update, DynamicContext *context)=0 |
|
virtual void | applyRename (const PendingUpdate &update, DynamicContext *context)=0 |
|
virtual void | applyDelete (const PendingUpdate &update, DynamicContext *context)=0 |
|
virtual void | applyInsertBefore (const PendingUpdate &update, DynamicContext *context)=0 |
|
virtual void | applyInsertAfter (const PendingUpdate &update, DynamicContext *context)=0 |
|
virtual void | applyInsertAsFirst (const PendingUpdate &update, DynamicContext *context)=0 |
|
virtual void | applyInsertAsLast (const PendingUpdate &update, DynamicContext *context)=0 |
|
virtual void | applyReplaceNode (const PendingUpdate &update, DynamicContext *context)=0 |
|
virtual void | applyReplaceAttribute (const PendingUpdate &update, DynamicContext *context)=0 |
|
virtual void | applyReplaceElementContent (const PendingUpdate &update, DynamicContext *context)=0 |
|
virtual void | completeUpdate (DynamicContext *context)=0 |
|
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...
|
|