Method

LasemDomNamedNodeMapremove_named_item

Declaration [src]

LsmDomNode*
lsm_dom_named_node_map_remove_named_item (
  LsmDomNamedNodeMap* map,
  const char* name
)

Description

No description available.

Parameters

name

Type: const char*

Name of the item to remove.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.

Return value

Type: LsmDomNode

Removed node, NULL on error.

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