Sourceforge.net - The VCF's Project Host
   The VCF Website Home   |   Online Discussion Forums   |   Sourceforge.net Project Page   

VCF::HTMLKit Class Reference

The HTMLKit is used to provide support for rendering HTML in a control (as well as connecting to the HTML resource if it's not on the local machine), and for enumerating the various HTML DOM elements. More...

#include <vcf/HTMLKit/HTMLKit.h>

List of all members.

Static Public Member Functions

static void init (int argc, char **argv)
 Initialize the HTML Kit.
static void terminate ()
 Terminate the HTML Kit.


Detailed Description

The HTMLKit is used to provide support for rendering HTML in a control (as well as connecting to the HTML resource if it's not on the local machine), and for enumerating the various HTML DOM elements.

For Win32 this is a very thin wrapper around Internet Explorer's IWebBrowser2 COM interface. The code as written provide the ability for a number of advanced customizations for providing HTML support to your application.
See also:
HTMLBrowserControl

HTMLElement

HTMLDocument

HTMLElementCollection


Member Function Documentation

static void VCF::HTMLKit::init int  argc,
char **  argv
[static]
 

Initialize the HTML Kit.

Argc and argv may both be 0 and NULL respectively.

static void VCF::HTMLKit::terminate  )  [static]
 

Terminate the HTML Kit.


The documentation for this class was generated from the following file:
   Comments or Suggestions?    License Information