Xerces-C++
3.1.2
|
Public Member Functions | |
Virtual destructor for derived classes | |
virtual | ~XMLSchemaDescription () |
virtual destructor More... | |
Implementation of Grammar Description Interface | |
virtual Grammar::GrammarType | getGrammarType () const |
getGrammarType More... | |
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 | |
XMLSchemaDescription (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... | |
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 More... | |
virtual const XMLCh * | getTargetNamespace () const =0 |
getTargetNamespace More... | |
virtual const RefArrayVectorOf< XMLCh > * | getLocationHints () const =0 |
getLocationHints More... | |
virtual const QName * | getTriggeringComponent () const =0 |
getTriggeringComponent More... | |
virtual const QName * | getEnclosingElementName () const =0 |
getenclosingElementName More... | |
virtual const XMLAttDef * | getAttributes () const =0 |
getAttributes More... | |
virtual void | setContextType (ContextType)=0 |
setContextType More... | |
virtual void | setTargetNamespace (const XMLCh *const)=0 |
setTargetNamespace More... | |
virtual void | setLocationHints (const XMLCh *const)=0 |
setLocationHints More... | |
virtual void | setTriggeringComponent (QName *const)=0 |
setTriggeringComponent More... | |
virtual void | setEnclosingElementName (QName *const)=0 |
getenclosingElementName More... | |
virtual void | setAttributes (XMLAttDef *const)=0 |
setAttributes More... | |
|
virtual |
virtual destructor
|
protected |
Hidden Constructors.
|
pure virtual |
getAttributes
|
pure virtual |
getContextType
|
pure virtual |
getenclosingElementName
|
virtual |
getGrammarType
Implements XMLGrammarDescription.
|
pure virtual |
getLocationHints
|
pure virtual |
getTargetNamespace
|
pure virtual |
getTriggeringComponent
|
pure virtual |
setAttributes
|
pure virtual |
setContextType
|
pure virtual |
getenclosingElementName
|
pure virtual |
setLocationHints
|
pure virtual |
setTargetNamespace
|
pure virtual |
setTriggeringComponent