#include <xercesc/framework/ValidationContext.hpp>
|
|
virtual | ~ValidationContext () |
| virtual destructor
|
|
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.
|
|
|
| XMemory () |
| Protected default constructor.
|
|
◆ ~ValidationContext()
virtual ValidationContext::~ValidationContext |
( |
| ) |
|
|
virtual |
◆ ValidationContext()
◆ addId()
virtual void ValidationContext::addId |
( |
const XMLCh * const | | ) |
|
|
pure virtual |
◆ addIdRef()
virtual void ValidationContext::addIdRef |
( |
const XMLCh * const | | ) |
|
|
pure virtual |
◆ checkEntity()
virtual void ValidationContext::checkEntity |
( |
const XMLCh * const | | ) |
const |
|
pure virtual |
◆ clearIdRefList()
virtual void ValidationContext::clearIdRefList |
( |
| ) |
|
|
pure virtual |
◆ getEntityDeclPool()
virtual const NameIdPool< DTDEntityDecl > * ValidationContext::getEntityDeclPool |
( |
| ) |
const |
|
pure virtual |
◆ getIdRefList()
virtual RefHashTableOf< XMLRefInfo > * ValidationContext::getIdRefList |
( |
| ) |
const |
|
pure virtual |
◆ getURIForPrefix()
virtual const XMLCh * ValidationContext::getURIForPrefix |
( |
XMLCh * | | ) |
|
|
virtual |
◆ getValidatingMemberType()
virtual DatatypeValidator * ValidationContext::getValidatingMemberType |
( |
| ) |
const |
|
pure virtual |
◆ isPrefixUnknown()
virtual bool ValidationContext::isPrefixUnknown |
( |
XMLCh * | | ) |
|
|
virtual |
QName datatype handling Create default implementations for source code compatibility.
◆ setElemStack()
virtual void ValidationContext::setElemStack |
( |
ElemStack * | | ) |
|
|
virtual |
◆ setEntityDeclPool()
virtual const NameIdPool< DTDEntityDecl > * ValidationContext::setEntityDeclPool |
( |
const NameIdPool< DTDEntityDecl > * const | | ) |
|
|
pure virtual |
◆ setIdRefList()
virtual void ValidationContext::setIdRefList |
( |
RefHashTableOf< XMLRefInfo > * const | | ) |
|
|
pure virtual |
◆ setNamespaceScope()
virtual void ValidationContext::setNamespaceScope |
( |
NamespaceScope * | | ) |
|
|
virtual |
◆ setScanner()
virtual void ValidationContext::setScanner |
( |
XMLScanner * | | ) |
|
|
virtual |
◆ setValidatingMemberType()
virtual void ValidationContext::setValidatingMemberType |
( |
DatatypeValidator * | validatingMemberType | ) |
|
|
pure virtual |
◆ toCheckIdRefList()
virtual void ValidationContext::toCheckIdRefList |
( |
bool | | ) |
|
|
pure virtual |
◆ fMemoryManager
The documentation for this class was generated from the following file: