CFragmentedString::TStringMark Class Reference

#include <mw/cfragmentedstring.h>

Link against: xmllib.lib

class CFragmentedString::TStringMark
Public Attributes
TInt iMarkCharacter
TInt iMarkIndex
Public Member Functions
TStringMark(TInt, TInt)

Detailed Description

A mark at a string position.

Member Attribute Documentation

iMarkCharacter

TInt iMarkCharacter

Character position within the sub-string for the mark.

iMarkIndex

TInt iMarkIndex

Array index of the marked sub-string.

Constructor & Destructor Documentation

TStringMark ( TInt, TInt )

TStringMark(TIntaIndex,
TIntaCharacter
)[inline]

Constructor.

ParameterDescription
aIndexArray index of the marked sub-string
aCharacterCharacter position within the sub-string for the mark