|
|
|
| Interface status: | deprecated | Deprecated in 9.1. Use UriUtils::CreateAuthorityL() instead 6.0 |
class TAuthorityParser16 : public TAuthorityC16;
Dependencies : TAuthorityC16 Comments : Provides functionality to parse a descriptor into the components of an authority as defined in RFC2396. There
are 3 components; userinfo, host and port.
This uses 16-bit descriptors.
Format of an authority is; [userinfo@]host[:port]
TAuthorityC16 - Dependencies : TAuthorityComponent. Comments : Provides non-modifying functional...
TAuthorityParser16 - Dependencies : TAuthorityC16 Comments : Provides functionality to parse a descri...
Defined in TAuthorityParser16:
Parse(const TDesC16 &)Parses the descriptor aAuthority into authority components.TAuthorityParser16()Constructor.Inherited from TAuthorityC16:
AuthorityDes()constRetrieves the descriptor for the entire authority.Compare(const TAuthorityC16 &,TAuthorityComponent)constCompares the specified component against the one in the authority passed in.DisplayFormL(TAuthorityComponent)constCreate a new HBufC descriptor containing the desired component or the full autho...Extract(TAuthorityComponent)constRetrieves the specified component in the authority.IsPresent(TAuthorityComponent)constIndicates whether the specified component is present in the authority.iAuthorityDesThe descriptor pointer to the authority.iComponentThe array of descriptor pointers to the authority components.| Interface status: | deprecated | Deprecated in 9.1 |
IMPORT_C TAuthorityParser16();
Constructor.
| Interface status: | deprecated | Deprecated in 9.1 |
IMPORT_C TInt Parse(const TDesC16 &aAuthority);
Parses the descriptor aAuthority into authority components.
The object references the input descriptor.
|
|