Home | History | Annotate | Download | only in libxml2

Lines Matching refs:BAD_CAST

39 #define SCT_OLD_NS BAD_CAST "http://www.ascc.net/xml/schematron"
41 #define XML_SCHEMATRON_NS BAD_CAST "http://purl.oclc.org/dsdl/schematron"
861 context = xmlGetNoNsProp(rule, BAD_CAST "context");
889 test = xmlGetNoNsProp(cur, BAD_CAST "test");
912 test = xmlGetNoNsProp(cur, BAD_CAST "test");
966 id = xmlGetNoNsProp(pat, BAD_CAST "id");
968 id = xmlGetNoNsProp(pat, BAD_CAST "name");
1019 href = xmlGetNoNsProp(cur, BAD_CAST "href");
1111 doc->URL = xmlStrdup(BAD_CAST "in_memory_buffer");
1112 ctxt->URL = xmlDictLookup(ctxt->dict, BAD_CAST "in_memory_buffer", -1);
1167 xmlChar *prefix = xmlGetNoNsProp(cur, BAD_CAST "prefix");
1168 xmlChar *uri = xmlGetNoNsProp(cur, BAD_CAST "uri");
1307 path = xmlGetNoNsProp(child, BAD_CAST "path");
1321 ret = xmlStrcat(ret, BAD_CAST ":");