|
||
Interface status: | deprecated | Deprecated in 9.1. Use UriUtils::CreateUriL() instead 6.0 |
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. Comments : Provides non-modifying functionality on...
TUriParser16
- Dependencies : TUriC16 Comments : Provides functionality to parse a descriptor i...
Defined in TUriParser16
:
Parse(const TDesC16 &)
Parses the descriptor aUri into uri components.TUriParser16()
Constructor.Inherited from TUriC16
:
Compare(const TUriC16 &,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. Equivalent(const TUriC16 &)const
Compares the given URI to determine if it is equivalent to this URI. It is possi...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 to see if the scheme is valid. If there is no scheme then the return valu...UriDes()const
Retrieves the descriptor for the entire uri.UriWithoutFragment(TPtrC16 &)const
Retrieves the uri without the fragment component.Validate()const
Ensures that all components of the URI are valid. If the method returns KUriUtil...iComponent
The array of descriptor pointers to the uri components.iUriDes
The descriptor pointer to the uri.Interface status: | deprecated | Deprecated in 9.1 |
IMPORT_C TInt Parse(const TDesC16 &aUri);
Parses the descriptor aUri into uri components.
The object references the input descriptor.
|
|