Xerces-C++  3.1.2
Public Member Functions | List of all members
XMLGrammarDescription Class Referenceabstract
Inheritance diagram for XMLGrammarDescription:
XMemory XMLDTDDescription XMLSchemaDescription

Public Member Functions

MemoryManagergetMemoryManager () const
 
Virtual destructor for derived classes
virtual ~XMLGrammarDescription ()
 virtual destructor More...
 
The Grammar Description Interface
virtual Grammar::GrammarType getGrammarType () const =0
 getGrammarType More...
 
virtual const XMLChgetGrammarKey () 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

 XMLGrammarDescription (MemoryManager *const memMgr=XMLPlatformUtils::fgMemoryManager)
 Hidden Constructors. More...
 
- Protected Member Functions inherited from XMemory
 XMemory ()
 Protected default constructor. More...
 

Constructor & Destructor Documentation

virtual XMLGrammarDescription::~XMLGrammarDescription ( )
virtual

virtual destructor

XMLGrammarDescription::XMLGrammarDescription ( MemoryManager *const  memMgr = XMLPlatformUtils::fgMemoryManager)
protected

Hidden Constructors.

Member Function Documentation

virtual const XMLCh* XMLGrammarDescription::getGrammarKey ( ) const
pure virtual

getGrammarKey

virtual Grammar::GrammarType XMLGrammarDescription::getGrammarType ( ) const
pure virtual

getGrammarType

Implemented in XMLSchemaDescription, and XMLDTDDescription.

MemoryManager * XMLGrammarDescription::getMemoryManager ( ) const

The documentation for this class was generated from the following file: