|
|
|
|
Location:
Uri8.h
Link against: inetprotutil.lib
class TUriParser8 : public TUriC8;
Dependencies : TUriC8 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 8-bit descriptors.
Format of a uri is; scheme://authority path?query#fragment
TUriC8 - Dependencies : TUriComponent
TUriParser8 - Dependencies :
Defined in TUriParser8:
Parse(), TUriParser8()
Inherited from TUriC8:
Compare(),
DisplayFormL(),
Extract(),
GetFileNameL(),
IsPresent(),
IsSchemeValid(),
UriDes(),
UriWithoutFragment(),
iComponent,
iUriDes
IMPORT_C TInt Parse(const TDesC8 &aUri);
Parses the descriptor aUri into uri components.
The object references the input descriptor.
|
|