Xerces-C++  3.1.3
List of all members
XMLDTDDescription Class Reference
Inheritance diagram for XMLDTDDescription:
XMLGrammarDescription XMemory

Public Member Functions

Virtual destructor for derived classes
virtual ~XMLDTDDescription ()
 virtual destructor
Implementation of Grammar Description Interface
virtual Grammar::GrammarType getGrammarType () const
 getGrammarType
The DTDDescription Interface
virtual const XMLChgetRootName () const =0
 Getter.
virtual const XMLChgetSystemId () const
virtual void setRootName (const XMLCh *const)=0
 Setter.
virtual void setSystemId (const XMLCh *const)
- Public Member Functions inherited from XMLGrammarDescription
MemoryManagergetMemoryManager () const
virtual ~XMLGrammarDescription ()
 virtual destructor
virtual const XMLChgetGrammarKey () const =0
 getGrammarKey
- Public Member Functions inherited from XMemory
void * operator new (size_t size)
 This method overrides operator new.
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.
void * operator new (size_t size, void *ptr)
 This method overrides placement operator new.
void operator delete (void *p)
 This method overrides operator delete.
void operator delete (void *p, MemoryManager *memMgr)
 This method provides a matching delete for the custom operator new.
void operator delete (void *p, void *ptr)
 This method provides a matching delete for the placement new.

Protected Member Functions

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

Constructor & Destructor Documentation

virtual XMLDTDDescription::~XMLDTDDescription ( )
virtual

virtual destructor

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

Hidden Constructors.

Member Function Documentation

virtual Grammar::GrammarType XMLDTDDescription::getGrammarType ( ) const
virtual

getGrammarType

Implements XMLGrammarDescription.

virtual const XMLCh* XMLDTDDescription::getRootName ( ) const
pure virtual

Getter.

virtual const XMLCh* XMLDTDDescription::getSystemId ( ) const
virtual
virtual void XMLDTDDescription::setRootName ( const XMLCh const)
pure virtual

Setter.

virtual void XMLDTDDescription::setSystemId ( const XMLCh const)
virtual

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