Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: DelimitedQuery8.h
Link against: inetprotutil.lib

Class TDelimitedQueryParser8

class TDelimitedQueryParser8 : public TDelimitedParserBase8;

Description

Dependencies : TDelimitedParserBase8 Comments : Derived class from TDelimitedParserBase providing a class for parsing querys delimited by a '&' as defined in RFC2396.

Derivation

Members

Defined in TDelimitedQueryParser8:
Parse(), ParseReverse(), TDelimitedQueryParser8()

Inherited from TDelimitedParserBase8:
BackDelimiter(), Dec(), Des(), Eos(), FrontDelimiter(), GetNext(), Inc(), Peek(), Remainder(), SetDelimiter()


Construction and destruction


TDelimitedQueryParser8()

IMPORT_C TDelimitedQueryParser8();

Description

Constructor.

[Top]


Member functions


Parse()

IMPORT_C void Parse(const TDesC8 &aQuery);

Pre-Condition

The delimiter must have been set.

Description

This parses the descriptor into query segments from left to right.

Post-Condition

The current segment is the leftmost segment and the direction of parsing is set from left to right (EDelimitedDataForward).

Parameters

const TDesC8 &aQuery

A descriptor containing the query.


ParseReverse()

IMPORT_C void ParseReverse(const TDesC8 &aQuery);

Pre-Condition

The delimiter must have been set.

Description

This parses the descriptor into query segments from right to left.

Post-Condition

The current segment is the leftmost segment and the direction of parsing is set from right to left (EDelimitedDataReverse).

Parameters

const TDesC8 &aQuery

A descriptor containing the query.