Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <DelimitedQuery16.h>
Link against: inetprotutil.lib

Class TDelimitedQueryParser16

class TDelimitedQueryParser16 : public TDelimitedParserBase16;

Description

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

Derivation

Members

Defined in TDelimitedQueryParser16:

Inherited from TDelimitedParserBase16:


Construction and destruction


TDelimitedQueryParser16()

IMPORT_C TDelimitedQueryParser16();

Description

Constructor.

[Top]


Member functions


Parse(const TDesC16 &)

IMPORT_C void Parse(const TDesC16 &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 (EDelimitedDataFroward).

Parameters

const TDesC16 &aQuery

A descriptor containing the query.


ParseReverse(const TDesC16 &)

IMPORT_C void ParseReverse(const TDesC16 &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 TDesC16 &aQuery

A descriptor containing the query.