|
|
|
|
Location:
Uri16.h
Link against: inetprotutil.lib
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
TUriC16 - Dependencies : TUriComponent
TUriParser16 - Dependencies :
Defined in TUriParser16:
Parse(), TUriParser16()
Inherited from TUriC16:
Compare(),
DisplayFormL(),
Equivalent(),
Extract(),
GetFileNameL(),
IsPresent(),
IsSchemeValid(),
UriDes(),
UriWithoutFragment(),
Validate(),
iComponent,
iUriDes
IMPORT_C TInt Parse(const TDesC16 &aUri);
Parses the descriptor aUri into uri components.
The object references the input descriptor.
|
|