WebKitDOMHTMLCollection

WebKitDOMHTMLCollection

Synopsis

                    WebKitDOMHTMLCollection;
WebKitDOMNode *     webkit_dom_html_collection_item     (WebKitDOMHTMLCollection *self,
                                                         gulong index);
WebKitDOMNode *     webkit_dom_html_collection_named_item
                                                        (WebKitDOMHTMLCollection *self,
                                                         const gchar *name);
gulong              webkit_dom_html_collection_get_length
                                                        (WebKitDOMHTMLCollection *self);

Object Hierarchy

  GObject
   +----WebKitDOMObject
         +----WebKitDOMHTMLCollection
               +----WebKitDOMHTMLOptionsCollection

Properties

  "length"                   gulong                : Read

Description

Details

WebKitDOMHTMLCollection

typedef struct _WebKitDOMHTMLCollection WebKitDOMHTMLCollection;


webkit_dom_html_collection_item ()

WebKitDOMNode *     webkit_dom_html_collection_item     (WebKitDOMHTMLCollection *self,
                                                         gulong index);

self :

A WebKitDOMHTMLCollection

index :

A gulong

Returns :

A WebKitDOMNode. [transfer none]

webkit_dom_html_collection_named_item ()

WebKitDOMNode *     webkit_dom_html_collection_named_item
                                                        (WebKitDOMHTMLCollection *self,
                                                         const gchar *name);

self :

A WebKitDOMHTMLCollection

name :

A gchar

Returns :

A WebKitDOMNode. [transfer none]

webkit_dom_html_collection_get_length ()

gulong              webkit_dom_html_collection_get_length
                                                        (WebKitDOMHTMLCollection *self);

self :

A WebKitDOMHTMLCollection

Returns :

A gulong

Property Details

The "length" property

  "length"                   gulong                : Read

read-only gulong HTMLCollection:length.