class TDelimitedQueryParser8 : public TDelimitedParserBase8 |
Dependencies : TDelimitedParserBase8 Comments : Derived class from TDelimitedParserBase providing a class for parsing querys delimited by a '&' as defined in RFC2396. 6.0
Public Member Functions | |
---|---|
TDelimitedQueryParser8() | |
IMPORT_C void | Parse(const TDesC8 &) |
IMPORT_C void | ParseReverse(const TDesC8 &) |
IMPORT_C void | Parse | ( | const TDesC8 & | aQuery | ) |
This parses the descriptor into query segments from left to right.
6.0
The delimiter must have been set.
The current segment is the leftmost segment and the direction of parsing is set from left to right (EDelimitedDataForward).
const TDesC8 & aQuery | A descriptor containing the query. |
IMPORT_C void | ParseReverse | ( | const TDesC8 & | aQuery | ) |
This parses the descriptor into query segments from right to left.
6.0
The delimiter must have been set.
The current segment is the leftmost segment and the direction of parsing is set from right to left (EDelimitedDataReverse).
const TDesC8 & aQuery | A descriptor containing the query. |