Purpose:
The DKMatchesInfoTS class provides the interface for the match information determined by a text query result item.
Class summary:
class DKMatchesInfoTS : public dkDataObjectBase { public: ... DKMatchesInfoTS(); virtual ~DKMatchesInfoTS(); short protocol(); DKString getObjectType(); DKString getDocumentName(); void setDocumentName(const char* docName); long numberOfSections(); DKMatchesDocSectionTS* getSection(long sectionIndex); void addSection(DKMatchesDocSectionTS* section); }
Members:
DKMatchesInfoTS(); virtual ~DKMatchesInfoTS();
short protocol();
DKString getObjectType();
DKString getDocumentName();
void setDocumentName(const char* docName);
long numberOfSections();
DKMatchesDocSectionTS* getSection(long sectionIndex);
void addSection(DKMatchesDocSectionTS* section);
(c) Copyright International Business Machines Corporation 1996, 2003. IBM Corp. All rights reserved.