Home
last modified time | relevance | path

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

/external/dynamic_depth/internal/xmpmeta/xml/
Dutils.cc61 xmlChar* node_content = xmlNodeGetContent(node); in GetLiNodeContent()
Ddeserializer_impl.cc83 xmlChar* node_content = xmlNodeGetContent(element); in ReadNodeContent()
/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.c5742 if ((ret = xmlNodeGetContent(node)) == NULL) in xmlXPathCastNodeToString()
6770 str2 = xmlNodeGetContent(ns->nodeTab[i]); in xmlXPathEqualNodeSetString()
6945 values1[i] = xmlNodeGetContent(ns1->nodeTab[i]); in xmlXPathEqualNodeSets()
6947 values2[j] = xmlNodeGetContent(ns2->nodeTab[j]); in xmlXPathEqualNodeSets()
9604 xmlChar* content = xmlNodeGetContent(ctxt->context->node); in xmlXPathNumberFunction()
Drelaxng.c3597 def->value = xmlNodeGetContent(node); in xmlRelaxNGParseValue()
3720 param->value = xmlNodeGetContent(content); in xmlRelaxNGParseData()
5306 val = xmlNodeGetContent(node); in xmlRelaxNGParseNameClass()
7279 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.c3675 expr = xmlNodeGetContent(node); in load_xpath_expr()
Dxmlschemas.c4298 content = xmlNodeGetContent(annot->content); in xmlSchemaAnnotDump()
4710 val = xmlNodeGetContent(node); in xmlSchemaGetNodeContent()
4721 return((const xmlChar*) xmlNodeGetContent(node)); in xmlSchemaGetNodeContentNoDict()
6181 value = xmlNodeGetContent(node); in xmlSchemaPGetBoolNodeValue()
DNEWS2276 - Fixed another bug in xmlNodeGetContent()
2293 - fixed a bug in xmlNodeGetContent
Dtree.c5525 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.c22589 ret_val = xmlNodeGetContent((const xmlNode *)cur); in test_xmlNodeGetContent()
/external/parameter-framework/upstream/xmlserializer/
DXmlElement.cpp124 xmlChar *pucXmlContent = xmlNodeGetContent(_pXmlElement); in getTextContent()
/external/dynamic_depth/internal/xmpmeta/
Dxmp_parser.cc255 xmlChar* node_content = xmlNodeGetContent(element); in ReadNodeContent()
/external/wpa_supplicant_8/src/utils/
Dxml_libxml2.c390 return (char *) xmlNodeGetContent((xmlNodePtr) node); in xml_node_get_text()
/external/libmtp/src/
Dptp.c519 xchar = xmlNodeGetContent (next); in traverse_tree()
666 if (!sscanf((char*)xmlNodeGetContent (next), "%04x", &type)) { in parse_9301_propdesc()
667 ptp_debug( params, "\ttype %s not parseable?",xmlNodeGetContent (next)); in parse_9301_propdesc()
677 if (!sscanf((char*)xmlNodeGetContent (next), "%02x", &attr)) { in parse_9301_propdesc()
678 ptp_debug( params, "\tattr %s not parseable",xmlNodeGetContent (next)); in parse_9301_propdesc()
687 parse_9301_value (params, (char*)xmlNodeGetContent (next), type, &dpd->FactoryDefaultValue); in parse_9301_propdesc()
692 parse_9301_value (params, (char*)xmlNodeGetContent (next), type, &dpd->CurrentValue); in parse_9301_propdesc()
701 s = (char*)xmlNodeGetContent (next); in parse_9301_propdesc()
710 s = (char*)xmlNodeGetContent (next); in parse_9301_propdesc()
721 char *s = (char*)xmlNodeGetContent (next); in parse_9301_propdesc()
[all …]
/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