TDelimitedQueryParser8 Class Reference
#include
<delimitedquery8.h>
class TDelimitedQueryParser8 : public TDelimitedParserBase8 |
Detailed Description
Dependencies :
TDelimitedParserBase8 Comments : Derived class from TDelimitedParserBase providing a class for parsing querys delimited by a '&' as defined in RFC2396.
- Since
- 6.0
Constructor & Destructor Documentation
TDelimitedQueryParser8 ( )
IMPORT_C | TDelimitedQueryParser8 | ( | ) | |
Member Function Documentation
Parse ( const TDesC8 & )
IMPORT_C void | Parse | ( | const TDesC8 & | aQuery | ) | |
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 (EDelimitedDataForward).
Parameter | Description | aQuery | A descriptor containing the query. |
ParseReverse ( const TDesC8 & )
IMPORT_C void | ParseReverse | ( | const TDesC8 & | aQuery | ) | |
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).
Parameter | Description | aQuery | A descriptor containing the query. |