TAuthorityC16 Class Reference

class TAuthorityC16

Dependencies : TAuthorityComponent. Comments : Provides non-modifying functionality on the components of an authority object as defined in RFC2396. There are 3 components; userinfo, host and port.

The object holds descriptor pointers to the parsed authority components and a descriptor pointer to the authority. It is non-owning. It uses 16-bit descriptors.

The functionality provided by this API allows the authority components to be extracted from the parsed authority, checked for their presence in the authority and be compared with those in another TAuthorityC16 object. Deprecated in 9.1
Since
6.0
Public Member Functions
IMPORT_C const TDesC16 &AuthorityDes()
IMPORT_C TIntCompare(const TAuthorityC16 &, TAuthorityComponent)
IMPORT_C HBufC *DisplayFormL(TAuthorityComponent)
IMPORT_C const TDesC16 &Extract(TAuthorityComponent)
IMPORT_C TBoolIsPresent(TAuthorityComponent)
Protected Member Functions
TAuthorityC16()
voidReset()
Protected Attributes
TPtrC16 iAuthorityDes
TPtrC16 iComponent

Constructor & Destructor Documentation

TAuthorityC16()

IMPORT_CTAuthorityC16()[protected]

Constructor.

Since
6.0
Deprecated in 9.1

Member Functions Documentation

AuthorityDes()

IMPORT_C const TDesC16 &AuthorityDes()const

Retrieves the descriptor for the entire authority.

Since
6.0
Deprecated in 9.1

Compare(const TAuthorityC16 &, TAuthorityComponent)

IMPORT_C TIntCompare(const TAuthorityC16 &aAuthority,
TAuthorityComponentaComponent
)const

Compares the specified component against the one in the authority passed in.

Since
6.0
Deprecated in 9.1

Parameters

const TAuthorityC16 & aAuthorityThe authority to compare components against.
TAuthorityComponent aComponentThe enum specifying the component to compare.

DisplayFormL(TAuthorityComponent)

IMPORT_C HBufC *DisplayFormL(TAuthorityComponentaComponent = EAuthorityComplete)const

Create a new HBufC descriptor containing the desired component or the full authority.

Deprecated in 9.1. Provided for compatibility.

Parameters

TAuthorityComponent aComponent = EAuthorityCompleteThe component to convert into Unicode (EAuthorityScheme - EAuthorityFragment), the full authority (EAuthorityComplete -- the default), or the final segment of the path (EAuthorityTail).

Extract(TAuthorityComponent)

IMPORT_C const TDesC16 &Extract(TAuthorityComponentaComponent)const

Retrieves the specified component in the authority.

Since
6.0
Deprecated in 9.1

Parameters

TAuthorityComponent aComponentThe enum specifying the component.

IsPresent(TAuthorityComponent)

IMPORT_C TBoolIsPresent(TAuthorityComponentaComponent)const

Indicates whether the specified component is present in the authority.

Since
6.0
Deprecated in 9.1

Parameters

TAuthorityComponent aComponentThe enum specifying the component.

Reset()

voidReset()[protected]

Resets the descriptor pointers for the authority components and the authority.

Since
6.0
Deprecated in 9.1
Post-condition
All authority component information is removed and the authority descriptor is set to NULL.

Member Data Documentation

TPtrC16 iAuthorityDes

TPtrC16 iAuthorityDes[protected]

The descriptor pointer to the authority.

TPtrC16 iComponent

TPtrC16 iComponent[protected]

The array of descriptor pointers to the authority components.