| Xerces-C++
    3.1.2
    | 
A container for the PSVI contributions to attributes that occur on a particular element. More...
 
  
 | Public Member Functions | |
| PSVIAttributeStorage () | |
| ~PSVIAttributeStorage () | |
|  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... | |
| Public Attributes | |
| PSVIAttribute * | fPSVIAttribute | 
| const XMLCh * | fAttributeName | 
| const XMLCh * | fAttributeNamespace | 
| Additional Inherited Members | |
|  Protected Member Functions inherited from XMemory | |
| XMemory () | |
| Protected default constructor.  More... | |
A container for the PSVI contributions to attributes that occur on a particular element.
This is always owned by the parser/validator from which it is obtained. The parser/validator will specify under what conditions it may be relied upon to have meaningful contents.
| PSVIAttributeStorage::PSVIAttributeStorage | ( | ) | 
| PSVIAttributeStorage::~PSVIAttributeStorage | ( | ) | 
| const XMLCh* PSVIAttributeStorage::fAttributeName | 
Referenced by PSVIAttributeList::getPSVIAttributeToFill().
| const XMLCh* PSVIAttributeStorage::fAttributeNamespace | 
Referenced by PSVIAttributeList::getPSVIAttributeToFill().
| PSVIAttribute* PSVIAttributeStorage::fPSVIAttribute | 
Referenced by PSVIAttributeList::getPSVIAttributeToFill().
 1.8.9.1
 1.8.9.1