Xerces-C++
3.1.2
|
Public Member Functions | |
Virtual destructor for derived classes | |
virtual | ~ValidationContext () |
virtual destructor More... | |
The ValidationContext Interface | |
virtual RefHashTableOf< XMLRefInfo > * | getIdRefList () const =0 |
IDRefList. More... | |
virtual void | setIdRefList (RefHashTableOf< XMLRefInfo > *const)=0 |
virtual void | clearIdRefList ()=0 |
virtual void | addId (const XMLCh *const )=0 |
virtual void | addIdRef (const XMLCh *const )=0 |
virtual void | toCheckIdRefList (bool)=0 |
virtual const NameIdPool< DTDEntityDecl > * | getEntityDeclPool () const =0 |
EntityDeclPool. More... | |
virtual const NameIdPool< DTDEntityDecl > * | setEntityDeclPool (const NameIdPool< DTDEntityDecl > *const)=0 |
virtual void | checkEntity (const XMLCh *const ) const =0 |
virtual DatatypeValidator * | getValidatingMemberType () const =0 |
Union datatype handling. More... | |
virtual void | setValidatingMemberType (DatatypeValidator *validatingMemberType)=0 |
virtual bool | isPrefixUnknown (XMLCh *) |
QName datatype handling Create default implementations for source code compatibility. More... | |
virtual void | setElemStack (ElemStack *) |
virtual const XMLCh * | getURIForPrefix (XMLCh *) |
virtual void | setScanner (XMLScanner *) |
virtual void | setNamespaceScope (NamespaceScope *) |
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 | |
ValidationContext (MemoryManager *const memMgr=XMLPlatformUtils::fgMemoryManager) | |
Hidden Constructors. More... | |
Protected Member Functions inherited from XMemory | |
XMemory () | |
Protected default constructor. More... | |
Protected Attributes | |
MemoryManager * | fMemoryManager |
|
virtual |
virtual destructor
|
protected |
Hidden Constructors.
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
EntityDeclPool.
|
pure virtual |
IDRefList.
|
pure virtual |
Union datatype handling.
|
virtual |
QName datatype handling Create default implementations for source code compatibility.
|
virtual |
|
pure virtual |
|
pure virtual |
|
virtual |
|
virtual |
|
pure virtual |
|
pure virtual |
|
protected |