Lines Matching refs:xmlChar
80 cur = xsltParseStylesheetFile((const xmlChar *)resEmbStylesheet.native_file_string().c_str()); in getSourceDocument()
107 xmlChar *xpath = (xmlChar*)"//switchinline"; in switchFind()
118 xmlChar *select = xmlGetProp(el, (xmlChar*)"select"); in switchFind()
126 if ((!xmlStrcmp(n1->name, (const xmlChar*)"caseinline"))) in switchFind()
128 xmlChar *appl = xmlGetProp(n1, (xmlChar*)"select"); in switchFind()
132 else if ((!xmlStrcmp(n1->name, (const xmlChar*)"defaultinline"))) in switchFind()
158 xmlChar *select = xmlGetProp(n, (xmlChar*)"select"); in clone()
193 xmlChar *select = xmlGetProp(n, (xmlChar*)"select"); in clone()
264 xmlChar *pContent = xmlNodeGetContent(node); in dump()
297 xmlChar *pContent = xmlNodeGetContent(node); in traverse()
310 xmlChar *branchxml = xmlGetProp(test, (const xmlChar*)"branch"); in traverse()
311 xmlChar *idxml = xmlGetProp(test, (const xmlChar*)"id"); in traverse()
346 xmlChar *embeddedxml = xmlGetProp(nd, (const xmlChar*)"embedded"); in traverse()