#include <IXMLFormattedMapData.h>
|
| enum | { kDefaultIID = IID_IXMLFORMATTEDMAPDATA } |
| |
For internal use. This interface stores a map between XMLReference objects and PMString's which represent a format for images. Used when writing to an IXMLOutStream.
| virtual void IXMLFormattedMapData::Clear | ( | | ) | |
| pure virtual |
Erase contents of map stored on this interface
| virtual void IXMLFormattedMapData::Erase | ( | XMLReference | first | ) | |
| pure virtual |
Remove an entry corresponding to given key
- Parameters
Accessor for value given key
- Parameters
- Returns
- PMString giving value stored given 'key'
Add a key-value pair to the map
- Parameters
| virtual int32 IXMLFormattedMapData::Size | ( | | ) | const |
| pure virtual |
Accessor for size of map stored on this interface
- Returns
- size of the map