Home | History | Annotate | Download | only in libxml2

Lines Matching full:namespaces

185     const xmlChar **namespaces;		/* the namespaces definitions */
186 int nb_namespaces; /* the number of namespaces */
284 * @namespaces: the prefix definitions, array of [URI, prefix] terminated
293 const xmlChar **namespaces) {
309 if (namespaces != NULL) {
311 for (i = 0;namespaces[2 * i] != NULL;i++)
317 cur->namespaces = namespaces;
963 if (xmlStrEqual(ctxt->namespaces[2 * i + 1], prefix)) {
964 XML_PAT_COPY_NSNAME(ctxt, URL, ctxt->namespaces[2 * i])
1085 if (xmlStrEqual(ctxt->namespaces[2 * i + 1], prefix)) {
1086 XML_PAT_COPY_NSNAME(ctxt, URL, ctxt->namespaces[2 * i])
1152 if (xmlStrEqual(ctxt->namespaces[2 * i + 1], prefix)) {
1153 XML_PAT_COPY_NSNAME(ctxt, URL, ctxt->namespaces[2 * i])
2352 * @namespaces: the prefix definitions, array of [URI, prefix] or NULL
2360 const xmlChar **namespaces) {
2377 ctxt = xmlNewPatParserContext(start, dict, namespaces);
2381 ctxt = xmlNewPatParserContext(tmp, dict, namespaces);