class TUriParser16 : public TUriC16 |
Dependencies : TUriC16 Comments : Provides functionality to parse a descriptor into the components of a uri as defined in RFC2396. There are 5 components; scheme, authority, path, query and fragment.
It uses 16-bit descriptors.
Format of a uri is; scheme://authority path?query#fragment
The descriptor that is parsed by an object of this class will be referenced by that object. If the original descriptor is no longer in scope there will be undefined behaviour.
Public Member Functions | |
---|---|
TUriParser16() | |
IMPORT_C TInt | Parse(const TDesC16 &) |
Inherited Attributes | |
---|---|
TUriC16::iComponent | |
TUriC16::iUriDes |
IMPORT_C TInt | Parse | ( | const TDesC16 & | aUri | ) |
Parses the descriptor aUri into uri components.
const TDesC16 & aUri | A reference to a descriptor pointer to be parsed. |
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.