TUriParser16 Class Reference

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

CAUTION:

The descriptor that is parsed by an object of this class will be referenced by that object. If the original descriptor is no longer in scope there will be undefined behaviour.

Deprecated in 9.1. Use UriUtils::CreateUriL() instead
Since
6.0

Inherits from

Constructor & Destructor Documentation

TUriParser16()

IMPORT_C TUriParser16 ( )

Constructor.

Since
6.0
Deprecated in 9.1

Member Functions Documentation

Parse(const TDesC16 &)

IMPORT_C TInt Parse ( const TDesC16 & aUri )

Parses the descriptor aUri into uri components.

Since
6.0
Deprecated in 9.1
Post-condition
The object references the input descriptor.

Parameters

const TDesC16 & aUri A reference to a descriptor pointer to be parsed.