Searched refs:nb_namespaces (Results 1 – 1 of 1) sorted by relevance
90 …, const xmlChar *name, const xmlChar *prefix, const xmlChar *URI, int nb_namespaces, const xmlChar… in _start_element_handler_ns() argument99 if (nb_namespaces > 0 && parser->h_start_ns != NULL) { in _start_element_handler_ns()100 for (i = 0; i < nb_namespaces; i += 1) { in _start_element_handler_ns()120 for (i = 0,j = 0;j < nb_namespaces;j++) { in _start_element_handler_ns()
Completed in 10 milliseconds