Xerces-C++ 3.3.0
List of all members
XMLSchemaDescription Class Referenceabstract

#include <xercesc/framework/XMLSchemaDescription.hpp>

Inheritance diagram for XMLSchemaDescription:
XMLGrammarDescription XMemory

Public Member Functions

Virtual destructor for derived classes
virtual ~XMLSchemaDescription ()
 virtual destructor
 
Implementation of Grammar Description Interface
virtual Grammar::GrammarType getGrammarType () const
 getGrammarType
 
- Public Member Functions inherited from XMLGrammarDescription
virtual ~XMLGrammarDescription ()
 virtual destructor
 
virtual const XMLChgetGrammarKey () const =0
 getGrammarKey
 
MemoryManagergetMemoryManager () const
 
- 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.
 

The SchemaDescription Interface

enum  ContextType {
  CONTEXT_INCLUDE , CONTEXT_REDEFINE , CONTEXT_IMPORT , CONTEXT_PREPARSE ,
  CONTEXT_INSTANCE , CONTEXT_ELEMENT , CONTEXT_ATTRIBUTE , CONTEXT_XSITYPE ,
  CONTEXT_UNKNOWN
}
 
virtual ContextType getContextType () const =0
 getContextType