Lines Matching refs:xmlChar
81 cur = xsltParseStylesheetFile((const xmlChar *)resEmbStylesheet.native_file_string().c_str()); in getSourceDocument()
108 xmlChar *xpath = (xmlChar*)"//switchinline"; in switchFind()
119 xmlChar *select = xmlGetProp(el, (xmlChar*)"select"); in switchFind()
127 if ((!xmlStrcmp(n1->name, (const xmlChar*)"caseinline"))) in switchFind()
129 xmlChar *appl = xmlGetProp(n1, (xmlChar*)"select"); in switchFind()
133 else if ((!xmlStrcmp(n1->name, (const xmlChar*)"defaultinline"))) in switchFind()
159 xmlChar *select = xmlGetProp(n, (xmlChar*)"select"); in clone()
194 xmlChar *select = xmlGetProp(n, (xmlChar*)"select"); in clone()
265 xmlChar *pContent = xmlNodeGetContent(node); in dump()
298 xmlChar *pContent = xmlNodeGetContent(node); in traverse()
311 xmlChar *branchxml = xmlGetProp(test, (const xmlChar*)"branch"); in traverse()
312 xmlChar *idxml = xmlGetProp(test, (const xmlChar*)"id"); in traverse()
347 xmlChar *embeddedxml = xmlGetProp(nd, (const xmlChar*)"embedded"); in traverse()