#include <wtlsnames.h>
class CWTLSStructuredText : public CWTLSText |
Public Member Functions | |
---|---|
~CWTLSStructuredText() | |
IMPORT_C TInt | Count() |
IMPORT_C TPtrC | Country() |
IMPORT_C HBufC * | DisplayNameL() |
IMPORT_C const TWTLSStructuredTextField & | FieldByIndex(TInt) |
IMPORT_C const TWTLSStructuredTextField * | FieldByName(const TDesC &) |
IMPORT_C CWTLSStructuredText * | NewL(const TDesC8 &) |
IMPORT_C CWTLSStructuredText * | NewL(const TDesC8 &, TInt &) |
IMPORT_C CWTLSStructuredText * | NewLC(const TDesC8 &) |
IMPORT_C CWTLSStructuredText * | NewLC(const TDesC8 &, TInt &) |
IMPORT_C TPtrC | Organization() |
IMPORT_C TPtrC | ServiceName() |
Inherited Attributes | |
---|---|
CWTLSText::iName |
IMPORT_C | ~CWTLSStructuredText | ( | ) |
Destructor.
Frees all resources owned by the object, prior to its destruction.
IMPORT_C const TWTLSStructuredTextField * | FieldByName | ( | const TDesC & | aType | ) | const |
Note
Returns: A pointer to a TWTLSStructuredTextField object; NULL if field not found. The returned object remains the property of the structured text object (so don't delete it).
IMPORT_C CWTLSStructuredText * | NewL | ( | const TDesC8 & | aBinaryData | ) | [static] |
Reimplemented from CWTLSText::NewL(const TDesC8 &)
Creates a new CWTLSStructuredText object from the specified buffer containing the binary coded representation.
Parameter | Description |
---|---|
aBinaryData | The encoded binary representation. |
Returns: The new CWTLSStructuredText object.
IMPORT_C CWTLSStructuredText * | NewL | ( | const TDesC8 & | aBinaryData, |
TInt & | aPos | |||
) | [static] |
Reimplemented from CWTLSText::NewL(const TDesC8 &,TInt &)
Creates a new CWTLSStructuredText object from the specified buffer containing the binary coded representation, starting at the specified offset.
Parameter | Description |
---|---|
aBinaryData | The encoded binary representation. |
aPos | The offset position from which to start decoding. It specifies an offset into the descriptor, and is updated to the position at the end of the object. |
Returns: The new CWTLSStructuredText object.
IMPORT_C CWTLSStructuredText * | NewLC | ( | const TDesC8 & | aBinaryData | ) | [static] |
Reimplemented from CWTLSText::NewLC(const TDesC8 &)
Creates a new CWTLSStructuredText object from the specified buffer containing the binary coded representation, and puts a pointer to it onto the cleanup stack.
Parameter | Description |
---|---|
aBinaryData | The encoded binary representation. |
Returns: The new CWTLSStructuredText object.
IMPORT_C CWTLSStructuredText * | NewLC | ( | const TDesC8 & | aBinaryData, |
TInt & | aPos | |||
) | [static] |
Reimplemented from CWTLSText::NewLC(const TDesC8 &,TInt &)
Creates a new CWTLSStructuredText object from the specified buffer containing the binary coded representation, starting at the specified offset, and puts a pointer to it onto the cleanup stack.
Parameter | Description |
---|---|
aBinaryData | The encoded binary representation. |
aPos | The offset position from which to start decoding. It specifies an offset into the descriptor, and is updated to the position at the end of the object. |
Returns: The new CWTLSStructuredText object.