Method
WebKit2WebExtensionDOMDOMImplementationcreate_document
Declaration [src]
WebKitDOMDocument*
webkit_dom_dom_implementation_create_document (
  WebKitDOMDOMImplementation* self,
  const gchar* namespaceURI,
  const gchar* qualifiedName,
  WebKitDOMDocumentType* doctype,
  GError** error
)
Parameters
| namespaceURI | const gchar* | 
| A #gchar. | |
| The argument can be NULL. | |
| The data is owned by the caller of the function. | |
| The value is a NUL terminated UTF-8 string. | |
| qualifiedName | const gchar* | 
| A #gchar. | |
| The data is owned by the caller of the function. | |
| The value is a NUL terminated UTF-8 string. | |
| doctype | WebKitDOMDocumentType | 
| A  | |
| The argument can be NULL. | |
| The data is owned by the caller of the function. | |
| error | GError ** | 
| The return location for a GError*, orNULL. | 
Return value
| Returns: | WebKitDOMDocument | 
| A  | |
| The data is owned by the instance. |