Xerces-C++: PSVIAttributeList Class Reference (original) (raw)

#include <[xercesc/framework/psvi/PSVIAttributeList.hpp](PSVIAttributeList%5F8hpp%5Fsource.html)>

Public Member Functions
Constructors
PSVIAttributeList (MemoryManager *const manager=XMLPlatformUtils::fgMemoryManager)
The default constructor.
Destructor
~PSVIAttributeList ()
- Public Member Functions inherited from XMemory
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.
PSVIAttributeList methods
XMLSize_t getLength () const
PSVIAttribute * getAttributePSVIAtIndex (const XMLSize_t index)
const XMLCh * getAttributeNameAtIndex (const XMLSize_t index)
const XMLCh * getAttributeNamespaceAtIndex (const XMLSize_t index)
PSVIAttribute * getAttributePSVIByName (const XMLCh *attrName, const XMLCh *attrNamespace)
PSVIAttribute * getPSVIAttributeToFill (const XMLCh *attrName, const XMLCh *attrNS)
methods needed by implementation
void reset ()
reset the list
Additional Inherited Members
- Protected Member Functions inherited from XMemory

The default constructor.

Parameters

manager The configurable memory manager

~PSVIAttributeList()

PSVIAttributeList::~PSVIAttributeList ( )

getAttributeNameAtIndex()

const XMLCh * PSVIAttributeList::getAttributeNameAtIndex ( const XMLSize_t index )

getAttributeNamespaceAtIndex()

const XMLCh * PSVIAttributeList::getAttributeNamespaceAtIndex ( const XMLSize_t index )

getAttributePSVIAtIndex()

getAttributePSVIByName()

getLength()

XMLSize_t PSVIAttributeList::getLength ( ) const

getPSVIAttributeToFill()

reset()

void PSVIAttributeList::reset ( )

reset the list


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