InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Schemas::ConvertInfo Class Reference

#include <SchemaUtils.h>

Public Types

typedef base_type data_type
 

Public Member Functions

 ConvertInfo (ImplementationID impl, ClassID context, int32 cIndex)
 
 ConvertInfo (ClassID cls, ImplementationID context, int32 cIndex)
 
 ConvertInfo (bool16 isClass, uint32 idValue, uint32 contextValue, int32 cIndex)
 
const SchemaInfoGetSourceSchemaInfo () const
 
const SchemaInfoGetTargetSchemaInfo () const
 
uint32 GetNewID () const
 
void SetRemove ()
 
void SetReplace (uint32 newIDValue)
 
void SetConvert (const SchemaInfo *sInfo, const SchemaInfo *tInfo)
 
bool16 NoConversion () const
 
bool16 ShouldRemove () const
 
bool16 ShouldReplace () const
 
bool16 ShouldConvert () const
 
bool16 operator== (const ConvertInfo &other) const
 
bool16 operator< (const ConvertInfo &other) const
 
bool16 operator> (const ConvertInfo &other) const
 

Detailed Description

This is a private utility class referenced only by private method or data of other public classes. It is not intended to be used directly by outside developers.

Author
Steve Pellegrin
See Also
CContentIteratorReg