Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libxml/src/
DtestC14N.c273 expr = xmlNodeGetContent(node); in load_xpath_expr()
Dschematron.c903 report = xmlNodeGetContent(cur); in xmlSchematronParseRule()
926 report = xmlNodeGetContent(cur); in xmlSchematronParseRule()
1158 xmlChar *title = xmlNodeGetContent(cur); in xmlSchematronParse()
Dxpath.c5608 if ((ret = xmlNodeGetContent(node)) == NULL) in xmlXPathCastNodeToString()
6625 str2 = xmlNodeGetContent(ns->nodeTab[i]); in xmlXPathEqualNodeSetString()
6800 values1[i] = xmlNodeGetContent(ns1->nodeTab[i]); in xmlXPathEqualNodeSets()
6802 values2[j] = xmlNodeGetContent(ns2->nodeTab[j]); in xmlXPathEqualNodeSets()
9459 xmlChar* content = xmlNodeGetContent(ctxt->context->node); in xmlXPathNumberFunction()
Drelaxng.c3582 def->value = xmlNodeGetContent(node); in xmlRelaxNGParseValue()
3705 param->value = xmlNodeGetContent(content); in xmlRelaxNGParseData()
5281 val = xmlNodeGetContent(node); in xmlRelaxNGParseNameClass()
7246 name = xmlNodeGetContent(cur); in xmlRelaxNGCleanupTree()
Delfgcchack.h6513 #undef xmlNodeGetContent
6514 extern __typeof (xmlNodeGetContent) xmlNodeGetContent __attribute((alias("xmlNodeGetContent__intern…
6516 #ifndef xmlNodeGetContent
6517 extern __typeof (xmlNodeGetContent) xmlNodeGetContent__internal_alias __attribute((visibility("hidd…
6518 #define xmlNodeGetContent xmlNodeGetContent__internal_alias macro
Druntest.c3593 expr = xmlNodeGetContent(node); in load_xpath_expr()
DNEWS1644 - Fixed another bug in xmlNodeGetContent()
1661 - fixed a bug in xmlNodeGetContent
Dxmlschemas.c4248 content = xmlNodeGetContent(annot->content); in xmlSchemaAnnotDump()
4655 val = xmlNodeGetContent(node); in xmlSchemaGetNodeContent()
4666 return((const xmlChar*) xmlNodeGetContent(node)); in xmlSchemaGetNodeContentNoDict()
6120 value = xmlNodeGetContent(node); in xmlSchemaPGetBoolNodeValue()
Dtree.c5356 xmlNodeGetContent(xmlNodePtr 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.c22268 ret_val = xmlNodeGetContent(cur); in test_xmlNodeGetContent()
/external/libxml2/
Dschematron.c903 report = xmlNodeGetContent(cur); in xmlSchematronParseRule()
926 report = xmlNodeGetContent(cur); in xmlSchematronParseRule()
1158 xmlChar *title = xmlNodeGetContent(cur); in xmlSchematronParse()
Dxpath.c5652 if ((ret = xmlNodeGetContent(node)) == NULL) in xmlXPathCastNodeToString()
6670 str2 = xmlNodeGetContent(ns->nodeTab[i]); in xmlXPathEqualNodeSetString()
6845 values1[i] = xmlNodeGetContent(ns1->nodeTab[i]); in xmlXPathEqualNodeSets()
6847 values2[j] = xmlNodeGetContent(ns2->nodeTab[j]); in xmlXPathEqualNodeSets()
9506 xmlChar* content = xmlNodeGetContent(ctxt->context->node); in xmlXPathNumberFunction()
Drelaxng.c3582 def->value = xmlNodeGetContent(node); in xmlRelaxNGParseValue()
3705 param->value = xmlNodeGetContent(content); in xmlRelaxNGParseData()
5281 val = xmlNodeGetContent(node); in xmlRelaxNGParseNameClass()
7246 name = xmlNodeGetContent(cur); in xmlRelaxNGCleanupTree()
Delfgcchack.h6513 #undef xmlNodeGetContent
6514 extern __typeof (xmlNodeGetContent) xmlNodeGetContent __attribute((alias("xmlNodeGetContent__intern…
6516 #ifndef xmlNodeGetContent
6517 extern __typeof (xmlNodeGetContent) xmlNodeGetContent__internal_alias __attribute((visibility("hidd…
6518 #define xmlNodeGetContent xmlNodeGetContent__internal_alias macro
Dxmlschemas.c4248 content = xmlNodeGetContent(annot->content); in xmlSchemaAnnotDump()
4655 val = xmlNodeGetContent(node); in xmlSchemaGetNodeContent()
4666 return((const xmlChar*) xmlNodeGetContent(node)); in xmlSchemaGetNodeContentNoDict()
6120 value = xmlNodeGetContent(node); in xmlSchemaPGetBoolNodeValue()
Dtree.c5369 xmlNodeGetContent(xmlNodePtr cur) in xmlNodeGetContent() function
/external/libxslt/libxslt/
Dtemplates.c229 ret = xmlNodeGetContent(insert); in xsltEvalTemplateString()
/external/chromium_org/third_party/libxslt/libxslt/
Dtemplates.c230 ret = xmlNodeGetContent(insert); in xsltEvalTemplateString()
/external/libxml2/include/libxml/
Dtree.h1028 xmlNodeGetContent (xmlNodePtr cur);
/external/chromium_org/third_party/libxml/src/include/libxml/
Dtree.h1029 xmlNodeGetContent (xmlNodePtr cur);
/external/chromium_org/third_party/libxml/src/win32/
Dlibxml2.def.src1273 xmlNodeGetContent