Searched refs:xmlNodeGetContent (Results 1 - 9 of 9) sorted by relevance

/haiku-fatelf/src/tools/docbook/libxml2/
H A Dschematron.c896 report = xmlNodeGetContent(cur);
919 report = xmlNodeGetContent(cur);
1149 xmlChar *title = xmlNodeGetContent(cur);
H A Dxpath.c5337 return(xmlNodeGetContent(node));
6342 str2 = xmlNodeGetContent(ns->nodeTab[i]);
6517 values1[i] = xmlNodeGetContent(ns1->nodeTab[i]);
6519 values2[j] = xmlNodeGetContent(ns2->nodeTab[j]);
9149 xmlChar* content = xmlNodeGetContent(ctxt->context->node);
H A Drelaxng.c3548 def->value = xmlNodeGetContent(node);
3671 param->value = xmlNodeGetContent(content);
5179 val = xmlNodeGetContent(node);
7120 name = xmlNodeGetContent(cur);
H A Druntest.c3560 expr = xmlNodeGetContent(node);
H A Delfgcchack.h6433 #undef xmlNodeGetContent macro
6434 extern __typeof (xmlNodeGetContent) xmlNodeGetContent __attribute((alias("xmlNodeGetContent__internal_alias")));
6436 #ifndef xmlNodeGetContent
6437 extern __typeof (xmlNodeGetContent) xmlNodeGetContent__internal_alias __attribute((visibility("hidden")));
6438 #define xmlNodeGetContent xmlNodeGetContent__internal_alias macro
H A Dxmlschemas.c4239 content = xmlNodeGetContent(annot->content);
4646 val = xmlNodeGetContent(node);
4657 return((const xmlChar*) xmlNodeGetContent(node));
6111 value = xmlNodeGetContent(node);
H A Dtree.c4987 * xmlNodeGetContent() which handles all possible node types */
5028 * xmlNodeGetContent:
5039 xmlNodeGetContent(xmlNodePtr cur) function
/haiku-fatelf/src/tools/docbook/libxslt/libxslt/
H A Dtemplates.c225 ret = xmlNodeGetContent(insert);
/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A Dtree.h953 xmlNodeGetContent (xmlNodePtr cur);

Completed in 249 milliseconds