Method | Description | |
---|---|---|
ContextString ( int ihvoContext, int hvoContext ) : ITsString |
Alternative context string (not used in this impl)
|
|
ContextStringFlid ( int ihvoContext, int hvoContext ) : int |
This implementation assumes it is dealing with contents of paragraphs.
|
|
ContextStringLength ( int ihvoContext, int hvoContext ) : int |
Obtains the length of the interesting word in the context string, given the HVO and position of the context object.
|
|
ContextStringStartOffset ( int ihvoContext, int hvoContext ) : int |
Obtains the offset in the context string where the interesting word appears, given the HVO and position of the context object.
|
|
ParaNodeInfo ( int flidList, int startOffsets, ISilDataAccess sda, int hvoHeadObj, int flid ) : SIL.FieldWorks.FDO |
This constructor looks up the headword of the slice to get the key length.
|
|
ParaNodeInfo ( int flidList, int startOffsets, int keyLength ) : SIL.FieldWorks.FDO |
public ContextString ( int ihvoContext, int hvoContext ) : ITsString | ||
ihvoContext | int | |
hvoContext | int | |
return | ITsString |
public ContextStringFlid ( int ihvoContext, int hvoContext ) : int | ||
ihvoContext | int | |
hvoContext | int | |
return | int |
public ContextStringLength ( int ihvoContext, int hvoContext ) : int | ||
ihvoContext | int | |
hvoContext | int | |
return | int |
public ContextStringStartOffset ( int ihvoContext, int hvoContext ) : int | ||
ihvoContext | int | |
hvoContext | int | |
return | int |
public ParaNodeInfo ( int flidList, int startOffsets, ISilDataAccess sda, int hvoHeadObj, int flid ) : SIL.FieldWorks.FDO | ||
flidList | int | |
startOffsets | int | |
sda | ISilDataAccess | |
hvoHeadObj | int | |
flid | int | |
return | SIL.FieldWorks.FDO |
public ParaNodeInfo ( int flidList, int startOffsets, int keyLength ) : SIL.FieldWorks.FDO | ||
flidList | int | |
startOffsets | int | |
keyLength | int | |
return | SIL.FieldWorks.FDO |