WebKitDOMDocumentType

WebKitDOMDocumentType

Functions

Properties

WebKitDOMNamedNodeMap * entities Read
char * internal-subset Read
char * name Read
WebKitDOMNamedNodeMap * notations Read
char * public-id Read
char * system-id Read

Types and Values

Object Hierarchy

    GObject
    ╰── WebKitDOMObject
        ╰── WebKitDOMNode
            ╰── WebKitDOMDocumentType

Implemented Interfaces

WebKitDOMDocumentType implements WebKitDOMEventTarget.

Description

Functions

webkit_dom_document_type_get_name ()

gchar *
webkit_dom_document_type_get_name (WebKitDOMDocumentType *self);

webkit_dom_document_type_get_name has been deprecated since version 2.22 and should not be used in newly-written code.

Use JavaScriptCore API instead

Parameters

Returns

A gchar


webkit_dom_document_type_get_entities ()

WebKitDOMNamedNodeMap *
webkit_dom_document_type_get_entities (WebKitDOMDocumentType *self);

webkit_dom_document_type_get_entities has been deprecated since version 2.22 and should not be used in newly-written code.

Use JavaScriptCore API instead

Parameters

Returns

A WebKitDOMNamedNodeMap.

[transfer full]


webkit_dom_document_type_get_notations ()

WebKitDOMNamedNodeMap *
webkit_dom_document_type_get_notations
                               (WebKitDOMDocumentType *self);

webkit_dom_document_type_get_notations has been deprecated since version 2.22 and should not be used in newly-written code.

Use JavaScriptCore API instead

Parameters

Returns

A WebKitDOMNamedNodeMap.

[transfer full]


webkit_dom_document_type_get_internal_subset ()

gchar *
webkit_dom_document_type_get_internal_subset
                               (WebKitDOMDocumentType *self);

webkit_dom_document_type_get_internal_subset has been deprecated since version 2.22 and should not be used in newly-written code.

Use JavaScriptCore API instead

Parameters

Returns

A gchar


webkit_dom_document_type_get_public_id ()

gchar *
webkit_dom_document_type_get_public_id
                               (WebKitDOMDocumentType *self);

webkit_dom_document_type_get_public_id has been deprecated since version 2.22 and should not be used in newly-written code.

Use JavaScriptCore API instead

Parameters

Returns

A gchar


webkit_dom_document_type_get_system_id ()

gchar *
webkit_dom_document_type_get_system_id
                               (WebKitDOMDocumentType *self);

webkit_dom_document_type_get_system_id has been deprecated since version 2.22 and should not be used in newly-written code.

Use JavaScriptCore API instead

Parameters

Returns

A gchar

Types and Values

struct WebKitDOMDocumentType

struct WebKitDOMDocumentType;

Property Details

The “entities” property

  “entities”                 WebKitDOMNamedNodeMap *

read-only WebKitDOMNamedNodeMap* DocumentType:entities.

Owner: WebKitDOMDocumentType

Flags: Read


The “internal-subset” property

  “internal-subset”          char *

read-only gchar* DocumentType:internal-subset.

Owner: WebKitDOMDocumentType

Flags: Read

Default value: ""


The “name” property

  “name”                     char *

read-only gchar* DocumentType:name.

Owner: WebKitDOMDocumentType

Flags: Read

Default value: ""


The “notations” property

  “notations”                WebKitDOMNamedNodeMap *

read-only WebKitDOMNamedNodeMap* DocumentType:notations.

Owner: WebKitDOMDocumentType

Flags: Read


The “public-id” property

  “public-id”                char *

read-only gchar* DocumentType:public-id.

Owner: WebKitDOMDocumentType

Flags: Read

Default value: ""


The “system-id” property

  “system-id”                char *

read-only gchar* DocumentType:system-id.

Owner: WebKitDOMDocumentType

Flags: Read

Default value: ""