|
|
|
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. Comments : Provides non-modifying functionality on...
TUriParser8 - Dependencies : TUriC8 Comments : Provides functionality to parse a descriptor in...
Defined in TUriParser8:
Parse(const TDesC8 &)Parses the descriptor aUri into uri components.TUriParser8()Constructor.Inherited from TUriC8:
Compare(const TUriC8 &,TUriComponent)constCompares the specified component against the one in the uri passed in.DisplayFormL(TUriComponent)constCreate a new HBufC descriptor containing the desired component or the full URI.Extract(TUriComponent)constRetrieves the specified component in the uri.GetFileNameL()constGenerates a fully-qualified filename from a file URI object.GetFileNameL(TUriFileName)constThis creates a file name from the URI, changing the network path separator (/) t...IsPresent(TUriComponent)constIndicates whether the specified component is present in the uri.IsSchemeValid()constChecks the scheme to be valid. If there is no scheme then the return value indic...UriDes()constRetrieves the descriptor for the entire uri.UriWithoutFragment(TPtrC8 &)constRetrieves the uri without the fragment component.iComponentThe array of descriptor pointers to the uri components.iUriDesThe descriptor pointer to the uri.IMPORT_C TInt Parse(const TDesC8 &aUri);
Parses the descriptor aUri into uri components.
The object references the input descriptor.
|
|