Searched refs:xmlNodeGetContent (Results 1 – 21 of 21) sorted by relevance
485 text = xmlNodeGetContent(baseurl_nodes[i]->children); in get_content_url()721 text = xmlNodeGetContent(baseurl_nodes[i]); in resolve_content_path()757 text = xmlNodeGetContent(node); in resolve_content_path()766 baseurl = xmlNodeGetContent(node); in resolve_content_path()785 text = xmlNodeGetContent(baseurl_nodes[i]); in resolve_content_path()1170 val = xmlNodeGetContent(node); in parse_programinformation()1175 val = xmlNodeGetContent(node); in parse_programinformation()1180 val = xmlNodeGetContent(node); in parse_programinformation()
323 return libxml2mod.xmlNodeGetContent(self._o)375 return libxml2mod.xmlNodeGetContent(self._o)
282 expr = xmlNodeGetContent(node); in load_xpath_expr()
905 report = xmlNodeGetContent(cur); in xmlSchematronParseRule()928 report = xmlNodeGetContent(cur); in xmlSchematronParseRule()1160 xmlChar *title = xmlNodeGetContent(cur); in xmlSchematronParse()
1006 xmlNodeGetContent;
5713 if ((ret = xmlNodeGetContent(node)) == NULL) in xmlXPathCastNodeToString()6742 str2 = xmlNodeGetContent(ns->nodeTab[i]); in xmlXPathEqualNodeSetString()6921 values1[i] = xmlNodeGetContent(ns1->nodeTab[i]); in xmlXPathEqualNodeSets()6923 values2[j] = xmlNodeGetContent(ns2->nodeTab[j]); in xmlXPathEqualNodeSets()9535 xmlChar* content = xmlNodeGetContent(ctxt->context->node); in xmlXPathNumberFunction()
3597 def->value = xmlNodeGetContent(node); in xmlRelaxNGParseValue()3721 param->value = xmlNodeGetContent(content); in xmlRelaxNGParseData()5307 val = xmlNodeGetContent(node); in xmlRelaxNGParseNameClass()7288 name = xmlNodeGetContent(cur); in xmlRelaxNGCleanupTree()
6625 #undef xmlNodeGetContent6626 extern __typeof (xmlNodeGetContent) xmlNodeGetContent __attribute((alias("xmlNodeGetContent__intern…6628 #ifndef xmlNodeGetContent6629 extern __typeof (xmlNodeGetContent) xmlNodeGetContent__internal_alias __attribute((visibility("hidd…6630 #define xmlNodeGetContent xmlNodeGetContent__internal_alias macro
3749 expr = xmlNodeGetContent(node); in load_xpath_expr()
4343 content = xmlNodeGetContent(annot->content); in xmlSchemaAnnotDump()4755 val = xmlNodeGetContent(node); in xmlSchemaGetNodeContent()4766 return((const xmlChar*) xmlNodeGetContent(node)); in xmlSchemaGetNodeContentNoDict()6235 value = xmlNodeGetContent(node); in xmlSchemaPGetBoolNodeValue()
3202 - Fixed another bug in xmlNodeGetContent()3219 - fixed a bug in xmlNodeGetContent
5584 xmlNodeGetContent(const xmlNode *cur) in xmlNodeGetContent() function
22564 ret_val = xmlNodeGetContent((const xmlNode *)cur); in test_xmlNodeGetContent()
390 return (char *) xmlNodeGetContent((xmlNodePtr) node); in xml_node_get_text()
1076 xmlNodeGetContent (const xmlNode *cur);
962 node_content = xmlNodeGetContent (a_node); in gst_xml_helper_get_node_content()
1343 d xmlNodeGetContent...1344 d pr * extproc('xmlNodeGetContent') xmlChar *
347 manifest->protection_data = (gchar *) xmlNodeGetContent (nodeiter); in _gst_mss_parse_protection()
1284 xmlNodeGetContent
83496 - * tree.c: cleanup xmlNodeGetContent() reusing xmlNodeBufGetContent(),87322 - * tree.c: investigating xmlNodeGetContent() on namespace nodes91068 - * tree.c: patch to xmlNodeGetContent() to get CDATA section content91822 - * tree.c: found another bug in xmlNodeGetContent()91920 - * tree.c: fixed xmlNodeGetContent, it was not recursing on child107610 -#undef xmlNodeGetContent107611 -extern __typeof (xmlNodeGetContent) xmlNodeGetContent __attribute((alias("xmlNodeGetContent__inter…107613 -#ifndef xmlNodeGetContent107614 -extern __typeof (xmlNodeGetContent) xmlNodeGetContent__internal_alias __attribute((visibility("hid…107615 -#define xmlNodeGetContent xmlNodeGetContent__internal_alias[all …]