Skip to main content

dict_size

Function dict_size 

Source
pub fn dict_size(dict: *const Dict) -> c_int
Expand description

Get the number of entries in the dictionary.

ยงUPSTREAM-PARITY

int xmlDictSize(xmlDictPtr dict);

Returns the number of active entries, or -1 if dict is NULL.