TDelimitedPathSegmentParser8 Class Reference
class TDelimitedPathSegmentParser8 : public TDelimitedParserBase8 |
Dependencies :
TDelimitedParserBase8 Comments : Derived class from TDelimitedParserBase providing a class for parsing path segments delimited by a ';' as defined in RFC2396.
- Since
- 6.0
Inherits from
- TDelimitedPathSegmentParser8
Constructor & Destructor Documentation
TDelimitedPathSegmentParser8()
IMPORT_C | TDelimitedPathSegmentParser8 | ( | ) | |
Member Functions Documentation
Parse(const TDesC8 &)
IMPORT_C void | Parse | ( | const TDesC8 & | aPathSegment | ) | |
This parses the descriptor into path segment parameters 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).
Parameters
const TDesC8 & aPathSegment | A descriptor containing the path segment. |
ParseReverse(const TDesC8 &)
IMPORT_C void | ParseReverse | ( | const TDesC8 & | aPathSegment | ) | |
This parses the descriptor into path segment parameters 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 TDesC8 & aPathSegment | A descriptor containing the path segment. |
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.