|
||
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)const
Compares the specified component against the one in the uri passed in.DisplayFormL(TUriComponent)const
Create a new HBufC descriptor containing the desired component or the full URI.Extract(TUriComponent)const
Retrieves the specified component in the uri.GetFileNameL()const
Generates a fully-qualified filename from a file URI object.GetFileNameL(TUriFileName)const
This creates a file name from the URI, changing the network path separator (/) t...IsPresent(TUriComponent)const
Indicates whether the specified component is present in the uri.IsSchemeValid()const
Checks the scheme to be valid. If there is no scheme then the return value indic...UriDes()const
Retrieves the descriptor for the entire uri.UriWithoutFragment(TPtrC8 &)const
Retrieves the uri without the fragment component.iComponent
The array of descriptor pointers to the uri components.iUriDes
The 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.
|
|