Xerces-C++  3.1.2
Public Member Functions | Public Attributes | List of all members
PSVIAttributeStorage Class Reference

A container for the PSVI contributions to attributes that occur on a particular element. More...

Inheritance diagram for PSVIAttributeStorage:
XMemory

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

PSVIAttributefPSVIAttribute
 
const XMLChfAttributeName
 
const XMLChfAttributeNamespace
 

Additional Inherited Members

- Protected Member Functions inherited from XMemory
 XMemory ()
 Protected default constructor. More...
 

Detailed Description

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.

Constructor & Destructor Documentation

PSVIAttributeStorage::PSVIAttributeStorage ( )
PSVIAttributeStorage::~PSVIAttributeStorage ( )

Member Data Documentation

const XMLCh* PSVIAttributeStorage::fAttributeName
const XMLCh* PSVIAttributeStorage::fAttributeNamespace
PSVIAttribute* PSVIAttributeStorage::fPSVIAttribute

The documentation for this class was generated from the following file: