Home
last modified time | relevance | path

Searched refs:xmlNodeGetContent (Results 1 – 18 of 18) sorted by relevance

/external/libxml2/python/
Dlibxml.py323 return libxml2mod.xmlNodeGetContent(self._o)
375 return libxml2mod.xmlNodeGetContent(self._o)
/external/libxml2/
DtestC14N.c279 expr = xmlNodeGetContent(node); in load_xpath_expr()
Dschematron.c905 report = xmlNodeGetContent(cur); in xmlSchematronParseRule()
928 report = xmlNodeGetContent(cur); in xmlSchematronParseRule()
1160 xmlChar *title = xmlNodeGetContent(cur); in xmlSchematronParse()
Dlibxml2.syms1006 xmlNodeGetContent;
Dxpath.c5727 if ((ret = xmlNodeGetContent(node)) == NULL) in xmlXPathCastNodeToString()
6745 str2 = xmlNodeGetContent(ns->nodeTab[i]); in xmlXPathEqualNodeSetString()
6920 values1[i] = xmlNodeGetContent(ns1->nodeTab[i]); in xmlXPathEqualNodeSets()
6922 values2[j] = xmlNodeGetContent(ns2->nodeTab[j]); in xmlXPathEqualNodeSets()
9591 xmlChar* content = xmlNodeGetContent(ctxt->context->node); in xmlXPathNumberFunction()
Drelaxng.c3582 def->value = xmlNodeGetContent(node); in xmlRelaxNGParseValue()
3705 param->value = xmlNodeGetContent(content); in xmlRelaxNGParseData()
5285 val = xmlNodeGetContent(node); in xmlRelaxNGParseNameClass()
7255 name = xmlNodeGetContent(cur); in xmlRelaxNGCleanupTree()
Delfgcchack.h6615 #undef xmlNodeGetContent
6616 extern __typeof (xmlNodeGetContent) xmlNodeGetContent __attribute((alias("xmlNodeGetContent__intern…
6618 #ifndef xmlNodeGetContent
6619 extern __typeof (xmlNodeGetContent) xmlNodeGetContent__internal_alias __attribute((visibility("hidd…
6620 #define xmlNodeGetContent xmlNodeGetContent__internal_alias macro
Druntest.c3652 expr = xmlNodeGetContent(node); in load_xpath_expr()
Dxmlschemas.c4282 content = xmlNodeGetContent(annot->content); in xmlSchemaAnnotDump()
4689 val = xmlNodeGetContent(node); in xmlSchemaGetNodeContent()
4700 return((const xmlChar*) xmlNodeGetContent(node)); in xmlSchemaGetNodeContentNoDict()
6154 value = xmlNodeGetContent(node); in xmlSchemaPGetBoolNodeValue()
DNEWS2276 - Fixed another bug in xmlNodeGetContent()
2293 - fixed a bug in xmlNodeGetContent
Dtree.c5515 xmlNodeGetContent(const xmlNode *cur) in xmlNodeGetContent() function
DChangeLog8901 * tree.c: cleanup xmlNodeGetContent() reusing xmlNodeBufGetContent(),
12727 * tree.c: investigating xmlNodeGetContent() on namespace nodes
16473 * tree.c: patch to xmlNodeGetContent() to get CDATA section content
17227 * tree.c: found another bug in xmlNodeGetContent()
17325 * tree.c: fixed xmlNodeGetContent, it was not recursing on child
Dtestapi.c22457 ret_val = xmlNodeGetContent((const xmlNode *)cur); in test_xmlNodeGetContent()
/external/parameter-framework/upstream/xmlserializer/
DXmlElement.cpp126 xmlChar *pucXmlContent = xmlNodeGetContent(_pXmlElement); in getTextContent()
/external/wpa_supplicant_8/src/utils/
Dxml_libxml2.c390 return (char *) xmlNodeGetContent((xmlNodePtr) node); in xml_node_get_text()
/external/libxml2/include/libxml/
Dtree.h1076 xmlNodeGetContent (const xmlNode *cur);
/external/libxml2/os400/libxmlrpg/
Dtree.rpgle1343 d xmlNodeGetContent...
1344 d pr * extproc('xmlNodeGetContent') xmlChar *
/external/libxml2/win32/
Dlibxml2.def.src1283 xmlNodeGetContent