Home | History | Annotate | Download | only in libxml2

Lines Matching defs:namespaces

1515 		    const xmlChar **namespaces,
1536 if (namespaces != NULL) {
1539 if (namespaces[i] != NULL)
1540 fprintf(stdout, ":%s", namespaces[i]);
1542 fprintf(stdout, "='%s'", namespaces[i]);
1973 const xmlChar *namespaces[22];
1979 namespaces[i++] = ns->href;
1980 namespaces[i++] = ns->prefix;
1982 namespaces[i++] = NULL;
1983 namespaces[i++] = NULL;
1987 0, &namespaces[0]);