• Home
  • Raw
  • Download

Lines Matching refs:namespaces

147     const xmlChar **namespaces;	/* the array of namespaces */  member
196 const xmlChar **namespaces; /* the array of namespaces */ member
404 ctxt->namespaces); in xmlSchematronAddRule()
569 if (schema->namespaces != NULL) in xmlSchematronFree()
570 xmlFree((char **) schema->namespaces); in xmlSchematronFree()
716 if (ctxt->namespaces != NULL) in xmlSchematronFreeParserCtxt()
717 xmlFree((char **) ctxt->namespaces); in xmlSchematronFreeParserCtxt()
805 if (ctxt->namespaces == NULL) { in xmlSchematronAddNamespace()
807 ctxt->namespaces = (const xmlChar **) in xmlSchematronAddNamespace()
809 if (ctxt->namespaces == NULL) { in xmlSchematronAddNamespace()
819 xmlRealloc((xmlChar **) ctxt->namespaces, ctxt->maxNamespaces * 4 * in xmlSchematronAddNamespace()
826 ctxt->namespaces = tmp; in xmlSchematronAddNamespace()
829 ctxt->namespaces[2 * ctxt->nbNamespaces] = in xmlSchematronAddNamespace()
831 ctxt->namespaces[2 * ctxt->nbNamespaces + 1] = in xmlSchematronAddNamespace()
834 ctxt->namespaces[2 * ctxt->nbNamespaces] = NULL; in xmlSchematronAddNamespace()
835 ctxt->namespaces[2 * ctxt->nbNamespaces + 1] = NULL; in xmlSchematronAddNamespace()
1226 ret->namespaces = ctxt->namespaces; in xmlSchematronParse()
1228 ctxt->namespaces = NULL; in xmlSchematronParse()
1526 if ((schema->namespaces[2 * i] == NULL) || in xmlSchematronNewValidCtxt()
1527 (schema->namespaces[2 * i + 1] == NULL)) in xmlSchematronNewValidCtxt()
1529 xmlXPathRegisterNs(ret->xctxt, schema->namespaces[2 * i + 1], in xmlSchematronNewValidCtxt()
1530 schema->namespaces[2 * i]); in xmlSchematronNewValidCtxt()