Xerces-C++
3.1.2
|
Public Member Functions | |
Virtual destructor for derived classes | |
virtual | ~XMLDTDDescription () |
virtual destructor More... | |
Implementation of Grammar Description Interface | |
virtual Grammar::GrammarType | getGrammarType () const |
getGrammarType More... | |
The DTDDescription Interface | |
virtual const XMLCh * | getRootName () const =0 |
Getter. More... | |
virtual const XMLCh * | getSystemId () const |
virtual void | setRootName (const XMLCh *const)=0 |
Setter. More... | |
virtual void | setSystemId (const XMLCh *const) |
Public Member Functions inherited from XMLGrammarDescription | |
MemoryManager * | getMemoryManager () const |
virtual | ~XMLGrammarDescription () |
virtual destructor More... | |
virtual const XMLCh * | getGrammarKey () const =0 |
getGrammarKey More... | |
Public Member Functions inherited from 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... | |
Protected Member Functions | |
XMLDTDDescription (MemoryManager *const memMgr=XMLPlatformUtils::fgMemoryManager) | |
Hidden Constructors. More... | |
Protected Member Functions inherited from XMLGrammarDescription | |
XMLGrammarDescription (MemoryManager *const memMgr=XMLPlatformUtils::fgMemoryManager) | |
Hidden Constructors. More... | |
Protected Member Functions inherited from XMemory | |
XMemory () | |
Protected default constructor. More... | |
|
virtual |
virtual destructor
|
protected |
Hidden Constructors.
|
virtual |
getGrammarType
Implements XMLGrammarDescription.
|
pure virtual |
Getter.
|
virtual |
|
pure virtual |
Setter.
|
virtual |