brctllinkresolver.h File Reference

API published in: S60 2nd Ed FP 3

Link against: browserengine.lib

Capability Information

Required Capabilities

None

Exceptions

NetworkServices capability is required for any operation that results in loading content from the network. For example, calling LoadUrlL() with a url parameter that refers to a network location requires NetworkServices capability if the content is not available from the cache or if the specified cache mode prevents loading the cached version.


#include <e32std.h>
#include <e32base.h>

Go to the source code of this file.


Data Structures

class   MBrCtlLinkResolver
  The MBrCtlLinkResolver class provides the content of an embedded link or the content of a load request that was initiated by the user. More...
class   MBrCtlLinkContent
  The MBrCtlLinkContent class is an interface that loads the resolved content. More...

Enumerations

enum   TBrCtlLoadContentType {
  ELoadContentTypeAny, ELoadContentTypeMarkup, ELoadContentTypeImage, ELoadContentTypeCss,
  ELoadContentTypeJavascript, ELoadContentTypePlugin, ELoadContentTypeSound
}
  The browser guesses the expected content type from the HTML element in which the content was defined. More...

Enumeration Type Documentation

enum TBrCtlLoadContentType
 

The browser guesses the expected content type from the HTML element in which the content was defined.

Enumerator:
ELoadContentTypeAny  The content type is unknown.
ELoadContentTypeMarkup  The content is one of the following: HTML, XHTML, WML.
ELoadContentTypeImage  The content is an image.
ELoadContentTypeCss  The content is a cascading style sheet.
ELoadContentTypeJavascript  The content is Javascript.
ELoadContentTypePlugin  The content is data for a Netscape plug-in.
ELoadContentTypeSound  The content is data for SoundStart.

SoundStart is an attribute that is added to an anchor tag to play audio when an anchor is in focus or selected.


Copyright © Nokia Corporation 2001-2008
Back to top