Method
LasemDomNamedNodeMapget_item
Declaration [src]
LsmDomNode*
lsm_dom_named_node_map_get_item (
LsmDomNamedNodeMap* map,
unsigned int index
)
Return value
Type: LsmDomNode
The node corresponding to index
, NULL on error.
The returned data is owned by the instance. |