Method
LasemDomNamedNodeMapget_named_item
Declaration [src]
LsmDomNode*
lsm_dom_named_node_map_get_named_item (
  LsmDomNamedNodeMap* map,
  const char* name
)
Parameters
- name
- 
            Type: const char*Name of the requested item. The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. 
Return value
Type: LsmDomNode
The corresponding node, NULL if not found.
| The returned data is owned by the instance. |