WebKitDOMDocumentType

WebKitDOMDocumentType

Synopsis

                    WebKitDOMDocumentType;
void                webkit_dom_document_type_remove     (WebKitDOMDocumentType *self,
                                                         GError **error);
gchar *             webkit_dom_document_type_get_name   (WebKitDOMDocumentType *self);
WebKitDOMNamedNodeMap * webkit_dom_document_type_get_entities
                                                        (WebKitDOMDocumentType *self);
WebKitDOMNamedNodeMap * webkit_dom_document_type_get_notations
                                                        (WebKitDOMDocumentType *self);
gchar *             webkit_dom_document_type_get_public_id
                                                        (WebKitDOMDocumentType *self);
gchar *             webkit_dom_document_type_get_system_id
                                                        (WebKitDOMDocumentType *self);
gchar *             webkit_dom_document_type_get_internal_subset
                                                        (WebKitDOMDocumentType *self);

Object Hierarchy

  GObject
   +----WebKitDOMObject
         +----WebKitDOMNode
               +----WebKitDOMDocumentType

Implemented Interfaces

WebKitDOMDocumentType implements WebKitDOMEventTarget.

Properties

  "entities"                 WebKitDOMNamedNodeMap*  : Read
  "internal-subset"          gchar*                : Read
  "name"                     gchar*                : Read
  "notations"                WebKitDOMNamedNodeMap*  : Read
  "public-id"                gchar*                : Read
  "system-id"                gchar*                : Read

Description

Details

WebKitDOMDocumentType

typedef struct _WebKitDOMDocumentType WebKitDOMDocumentType;


webkit_dom_document_type_remove ()

void                webkit_dom_document_type_remove     (WebKitDOMDocumentType *self,
                                                         GError **error);

self :

A WebKitDOMDocumentType

error :

GError

webkit_dom_document_type_get_name ()

gchar *             webkit_dom_document_type_get_name   (WebKitDOMDocumentType *self);

self :

A WebKitDOMDocumentType

Returns :

A gchar

webkit_dom_document_type_get_entities ()

WebKitDOMNamedNodeMap * webkit_dom_document_type_get_entities
                                                        (WebKitDOMDocumentType *self);

self :

A WebKitDOMDocumentType

Returns :

A WebKitDOMNamedNodeMap. [transfer none]

webkit_dom_document_type_get_notations ()

WebKitDOMNamedNodeMap * webkit_dom_document_type_get_notations
                                                        (WebKitDOMDocumentType *self);

self :

A WebKitDOMDocumentType

Returns :

A WebKitDOMNamedNodeMap. [transfer none]

webkit_dom_document_type_get_public_id ()

gchar *             webkit_dom_document_type_get_public_id
                                                        (WebKitDOMDocumentType *self);

self :

A WebKitDOMDocumentType

Returns :

A gchar

webkit_dom_document_type_get_system_id ()

gchar *             webkit_dom_document_type_get_system_id
                                                        (WebKitDOMDocumentType *self);

self :

A WebKitDOMDocumentType

Returns :

A gchar

webkit_dom_document_type_get_internal_subset ()

gchar *             webkit_dom_document_type_get_internal_subset
                                                        (WebKitDOMDocumentType *self);

self :

A WebKitDOMDocumentType

Returns :

A gchar

Property Details

The "entities" property

  "entities"                 WebKitDOMNamedNodeMap*  : Read

read-only WebKitDOMNamedNodeMap* DocumentType:entities.


The "internal-subset" property

  "internal-subset"          gchar*                : Read

read-only gchar* DocumentType:internal-subset.

Default value: ""


The "name" property

  "name"                     gchar*                : Read

read-only gchar* DocumentType:name.

Default value: ""


The "notations" property

  "notations"                WebKitDOMNamedNodeMap*  : Read

read-only WebKitDOMNamedNodeMap* DocumentType:notations.


The "public-id" property

  "public-id"                gchar*                : Read

read-only gchar* DocumentType:public-id.

Default value: ""


The "system-id" property

  "system-id"                gchar*                : Read

read-only gchar* DocumentType:system-id.

Default value: ""