Top |
WebKitDOMNamedNodeMap * | entities | Read |
gchar * | internal-subset | Read |
gchar * | name | Read |
WebKitDOMNamedNodeMap * | notations | Read |
gchar * | public-id | Read |
gchar * | system-id | Read |
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_internal_subset
(WebKitDOMDocumentType *self
);
gchar *
webkit_dom_document_type_get_public_id
(WebKitDOMDocumentType *self
);
gchar *
webkit_dom_document_type_get_system_id
(WebKitDOMDocumentType *self
);
“entities”
property“entities” WebKitDOMNamedNodeMap *
read-only WebKitDOMNamedNodeMap* DocumentType:entities.
Flags: Read
“internal-subset”
property“internal-subset” gchar *
read-only gchar* DocumentType:internal-subset.
Flags: Read
Default value: ""
“name”
property“name” gchar *
read-only gchar* DocumentType:name.
Flags: Read
Default value: ""
“notations”
property“notations” WebKitDOMNamedNodeMap *
read-only WebKitDOMNamedNodeMap* DocumentType:notations.
Flags: Read
“public-id”
property“public-id” gchar *
read-only gchar* DocumentType:public-id.
Flags: Read
Default value: ""
“system-id”
property“system-id” gchar *
read-only gchar* DocumentType:system-id.
Flags: Read
Default value: ""