Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlChar

44 static const xmlChar *xmlSchematronNs = XML_SCHEMATRON_NS;
45 static const xmlChar *xmlOldSchematronNs = SCT_OLD_NS;
50 (xmlStrEqual(node->name, (const xmlChar *) elem)) && \
89 xmlChar *test; /* the expression to test */
91 xmlChar *report; /* the message to report */
105 xmlChar *context; /* the context evaluation rule */
108 xmlChar *report; /* the message to report */
121 xmlChar *name; /* the name of the pattern */
130 const xmlChar *name; /* schema name */
138 const xmlChar *title; /* the title if any */
147 const xmlChar **namespaces; /* the array of namespaces */
181 const xmlChar *URL;
196 const xmlChar **namespaces; /* the array of namespaces */
248 const char *msg, const xmlChar * str1, const xmlChar * str2)
308 xmlNodePtr node, xmlChar *test, xmlChar *report)
391 xmlChar *context, xmlChar *report)
483 xmlSchematronPtr schema, xmlNodePtr node, xmlChar *name)
606 ret->URL = xmlDictLookup(ret->dict, (const xmlChar *) URL, -1);
803 const xmlChar *prefix, const xmlChar *ns)
807 ctxt->namespaces = (const xmlChar **)
808 xmlMalloc(ctxt->maxNamespaces * 2 * sizeof(const xmlChar *));
816 const xmlChar **tmp;
818 tmp = (const xmlChar **)
819 xmlRealloc((xmlChar **) ctxt->namespaces, ctxt->maxNamespaces * 4 *
820 sizeof(const xmlChar *));
853 xmlChar *test;
854 xmlChar *context;
855 xmlChar *report;
962 xmlChar *id;
1012 xmlChar *href = NULL;
1013 xmlChar *base = NULL;
1014 xmlChar *URI = NULL;
1158 xmlChar *title = xmlNodeGetContent(cur);
1167 xmlChar *prefix = xmlGetNoNsProp(cur, BAD_CAST "prefix");
1168 xmlChar *uri = xmlGetNoNsProp(cur, BAD_CAST "uri");
1242 xmlNodePtr cur, const xmlChar *xpath) {
1290 static xmlChar *
1293 xmlChar *ret = NULL;
1305 xmlChar *path;
1334 xmlChar c;
1380 xmlChar *path;
1383 const xmlChar *report = NULL;
1391 path = (xmlChar *) cur->name;
1400 report = xmlStrdup((const xmlChar *) "node failed assert");
1402 report = xmlStrdup((const xmlChar *) "node failed report");
1435 if ((path != NULL) && (path != (xmlChar *) cur->name))