Index

DXMatchesInfoTS

Purpose:

The DXMatchesInfoTS class provides the interface for the match information determined by a text query result item.

Methods:

protocol
short protocol();
 

Gets the protocol type associated with this data object.

getObjectType
BSTR getObjectType();

Gets the type of this object.

getDocumentName
BSTR getDocumentName();

Gets the document name.

setDocumentName
setDocumentName(LPCTSTR DocumentName);

Sets the document name.

numberOfSections
long numberOfSections();

Returns the number of document sections contained in the document.

getSection
LPDISPATCH getSection(long sectionIndex);

Gets the document section. The sectionIndex value ranges between 1 and the total number of sections. If no document sections are found, this method returns the value NULL. The returned LPDISPATCH pointer contains a DXMatchesDocSectionTS object.

addSection
addSection(LPDISPATCH section);

Adds a document section. The input parameter LPDISPATCH pointer contains a DXMatchesDocSectionTS object.

(c) Copyright International Business Machines Corporation 1996, 2002. IBM Corp. All rights reserved.