TDelimitedQueryParser16 Class Reference
class TDelimitedQueryParser16 : public TDelimitedParserBase16 |
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_C | TDelimitedQueryParser16 | ( | ) | |
Member Functions Documentation
Parse(const TDesC16 &)
IMPORT_C void | Parse | ( | const TDesC16 & | 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 (EDelimitedDataFroward).
Parameters
const TDesC16 & aQuery | A descriptor containing the query. |
ParseReverse(const TDesC16 &)
IMPORT_C void | ParseReverse | ( | const TDesC16 & | 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).
Parameters
const TDesC16 & aQuery | A descriptor containing the query. |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.