Function
Aravisdom_implementation_create_document
Declaration [src]
ArvDomDocument*
arv_dom_implementation_create_document (
const char* namespace_uri,
const char* qualified_name
)
Parameters
namespace_uri |
const char* |
Namespace URI. |
|
The data is owned by the caller of the function. | |
The string is a NUL terminated UTF-8 string. | |
qualified_name |
const char* |
Qualified name. |
|
The data is owned by the caller of the function. | |
The string is a NUL terminated UTF-8 string. |
Return value
Returns: | ArvDomDocument |
A new |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |