Xerces-C++
3.1.3
|
Public Member Functions | |
Virtual destructor for derived classes | |
virtual | ~XMLSchemaDescription () |
virtual destructor | |
Implementation of Grammar Description Interface | |
virtual Grammar::GrammarType | getGrammarType () const |
getGrammarType | |
![]() | |
MemoryManager * | getMemoryManager () const |
virtual | ~XMLGrammarDescription () |
virtual destructor | |
virtual const XMLCh * | getGrammarKey () const =0 |
getGrammarKey | |
![]() | |
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 | |
XMLSchemaDescription (MemoryManager *const memMgr=XMLPlatformUtils::fgMemoryManager) | |
Hidden Constructors. | |
![]() | |
XMLGrammarDescription (MemoryManager *const memMgr=XMLPlatformUtils::fgMemoryManager) | |
Hidden Constructors. | |
![]() | |
XMemory () | |
Protected default constructor. |
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 | |
virtual const XMLCh * | getTargetNamespace () const =0 |
getTargetNamespace | |
virtual const RefArrayVectorOf < XMLCh > * | getLocationHints () const =0 |
getLocationHints | |
virtual const QName * | getTriggeringComponent () const =0 |
getTriggeringComponent | |
virtual const QName * | getEnclosingElementName () const =0 |
getenclosingElementName | |
virtual const XMLAttDef * | getAttributes () const =0 |
getAttributes | |
virtual void | setContextType (ContextType)=0 |
setContextType | |
virtual void | setTargetNamespace (const XMLCh *const)=0 |
setTargetNamespace | |
virtual void | setLocationHints (const XMLCh *const)=0 |
setLocationHints | |
virtual void | setTriggeringComponent (QName *const)=0 |
setTriggeringComponent | |
virtual void | setEnclosingElementName (QName *const)=0 |
getenclosingElementName | |
virtual void | setAttributes (XMLAttDef *const)=0 |
setAttributes |
|
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