Top |
WebKitDOMNamedNodeMap * | entities | Read |
char * | internal-subset | Read |
char * | name | Read |
WebKitDOMNamedNodeMap * | notations | Read |
char * | public-id | Read |
char * | system-id | Read |
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
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
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
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
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
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
“entities”
property“entities” WebKitDOMNamedNodeMap *
read-only WebKitDOMNamedNodeMap* DocumentType:entities.
Owner: WebKitDOMDocumentType
Flags: Read
“internal-subset”
property “internal-subset” char *
read-only gchar* DocumentType:internal-subset.
Owner: WebKitDOMDocumentType
Flags: Read
Default value: ""
“name”
property “name” char *
read-only gchar* DocumentType:name.
Owner: WebKitDOMDocumentType
Flags: Read
Default value: ""
“notations”
property“notations” WebKitDOMNamedNodeMap *
read-only WebKitDOMNamedNodeMap* DocumentType:notations.
Owner: WebKitDOMDocumentType
Flags: Read
“public-id”
property “public-id” char *
read-only gchar* DocumentType:public-id.
Owner: WebKitDOMDocumentType
Flags: Read
Default value: ""