![]() | InDesign SDK 20.5 |

Public Member Functions | |
| XCatHndEntityMapping (IPMUnknown *boss) | |
| virtual | ~XCatHndEntityMapping () |
| virtual void | AddMapping (const WideString &publicID, const WideString &systemID) |
| virtual WideString | GetUri (const WideString &publicID) const |
| virtual int32 | GetMapSize () const |
| virtual WideString | GetNthPublicIdentifier (int32 index) const |
| virtual void | Copy (const IXCatHndEntityMapping *srcMapping) |
| virtual void | ReadWrite (IPMStream *s, ImplementationID prop) |
| virtual int32 | GetXMLBaseCount () const |
| virtual WideString | GetNthXMLBase (int32 n) const |
| virtual void | AddXMLBase (const WideString &xmlBase) |
Public Member Functions inherited from CPMUnknown< IXCatHndEntityMapping > | |
| IPMUnknown * | QueryInterface (PMIID interfaceID) const |
| void | AddRef () const |
| void | Release () const |
| void | PreDirty (ImplementationID prop=kInvalidImpl, bool16 allowModification=kTrue) |
| void | PreDirtyNoMessage (ImplementationID prop=kInvalidImpl, bool16 allowModification=kTrue) |
| CPMUnknown (const CPMUnknown &)=delete | |
| CPMUnknown & | operator= (const CPMUnknown &)=delete |
Additional Inherited Members | |
Public Types inherited from IXCatHndEntityMapping | |
| enum | { kDefaultIID = IID_IXCATHNDENTITYMAPPING } |
Protected Member Functions inherited from CPMUnknown< IXCatHndEntityMapping > | |
| CPMUnknown (IPMUnknown *boss) | |
Protected Attributes inherited from CPMUnknown< IXCatHndEntityMapping > | |
| HelperInterface | fHelperInterface |
Implements IXCatHndEntityMapping
| XCatHndEntityMapping::XCatHndEntityMapping | ( | IPMUnknown * | boss | ) |
Constructor
| virtual |
Destructor
| virtual |
| virtual |
Add another xml:base value to the list we are storing
| xmlBase | to add |
Implements IXCatHndEntityMapping.
| virtual |
| virtual |
| virtual |
Return the PUBLIC identifier (key) at given index
| index |
Implements IXCatHndEntityMapping.
| virtual |
Retrieve the value of an xml:base value we have by index position
| n | position in list of xml:base values we are storing |
Implements IXCatHndEntityMapping.
| virtual |
Retrieve a URI given a PUBLIC identifier
| publicID |
Implements IXCatHndEntityMapping.
| virtual |
Determine how many xml:base values we know about
Implements IXCatHndEntityMapping.
| virtual |
Persistence related method; reads from or writes to given stream
| s | IN the persistent in and out stream. |
| prop | IN the implementation ID |