Top | Description | Object Hierarchy | Implemented Interfaces | Properties |
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
);
"entities" WebKitDOMNamedNodeMap* : Read "internal-subset" gchar* : Read "name" gchar* : Read "notations" WebKitDOMNamedNodeMap* : Read "public-id" gchar* : Read "system-id" gchar* : Read
void webkit_dom_document_type_remove (WebKitDOMDocumentType *self
,GError **error
);
|
A WebKitDOMDocumentType |
|
GError |
gchar * webkit_dom_document_type_get_name (WebKitDOMDocumentType *self
);
|
A WebKitDOMDocumentType |
Returns : |
A gchar |
WebKitDOMNamedNodeMap * webkit_dom_document_type_get_entities
(WebKitDOMDocumentType *self
);
|
A WebKitDOMDocumentType |
Returns : |
A WebKitDOMNamedNodeMap. [transfer none] |
WebKitDOMNamedNodeMap * webkit_dom_document_type_get_notations
(WebKitDOMDocumentType *self
);
|
A WebKitDOMDocumentType |
Returns : |
A WebKitDOMNamedNodeMap. [transfer none] |
gchar * webkit_dom_document_type_get_public_id
(WebKitDOMDocumentType *self
);
|
A WebKitDOMDocumentType |
Returns : |
A gchar |
gchar * webkit_dom_document_type_get_system_id
(WebKitDOMDocumentType *self
);
|
A WebKitDOMDocumentType |
Returns : |
A gchar |
gchar * webkit_dom_document_type_get_internal_subset
(WebKitDOMDocumentType *self
);
|
A WebKitDOMDocumentType |
Returns : |
A gchar |
"entities"
property"entities" WebKitDOMNamedNodeMap* : Read
read-only WebKitDOMNamedNodeMap* DocumentType:entities.
"internal-subset"
property"internal-subset" gchar* : Read
read-only gchar* DocumentType:internal-subset.
Default value: ""
"notations"
property"notations" WebKitDOMNamedNodeMap* : Read
read-only WebKitDOMNamedNodeMap* DocumentType:notations.
"public-id"
property"public-id" gchar* : Read
read-only gchar* DocumentType:public-id.
Default value: ""
"system-id"
property"system-id" gchar* : Read
read-only gchar* DocumentType:system-id.
Default value: ""