TDelimitedQueryParser16 Class Reference

#include <delimitedquery16.h>

class TDelimitedQueryParser16 : public TDelimitedParserBase16

Inherits from

Detailed Description

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

Constructor & Destructor Documentation

TDelimitedQueryParser16 ( )

IMPORT_CTDelimitedQueryParser16()

Constructor.

Since
6.0

Member Function Documentation

Parse ( const TDesC16 & )

IMPORT_C voidParse(const TDesC16 &aQuery)

Reimplemented from TDelimitedParserBase16::Parse(const TDesC16 &)

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

Since
6.0
Pre-condition
The delimiter must have been set.
Post-condition
The current segment is the leftmost segment and the direction of parsing is set from left to right (EDelimitedDataFroward).
ParameterDescription
aQueryA descriptor containing the query.

ParseReverse ( const TDesC16 & )

IMPORT_C voidParseReverse(const TDesC16 &aQuery)

Reimplemented from TDelimitedParserBase16::ParseReverse(const TDesC16 &)

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

Since
6.0
Pre-condition
The delimiter must have been set.
Post-condition
The current segment is the leftmost segment and the direction of parsing is set from right to left (EDelimitedDataReverse).
ParameterDescription
aQueryA descriptor containing the query.