Function

Aravisdom_implementation_create_document

Declaration [src]

ArvDomDocument*
arv_dom_implementation_create_document (
  const char* namespace_uri,
  const char* qualified_name
)

Description [src]

Create a new DOM document. Currently, only qualified_name is used.

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 ArvDomDocument, NULL on error:

 The caller of the function takes ownership of the data, and is responsible for freeing it.