Home
last modified time | relevance | path

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

/aosp_15_r20/external/libxml2/
H A Dtree.c1494 xmlNodeListGetStringInternal(xmlDocPtr doc, const xmlNode *node, int escMode) { in xmlNodeListGetStringInternal() function
1594 return(xmlNodeListGetStringInternal(doc, list, escMode)); in xmlNodeListGetString()
1621 return(xmlNodeListGetStringInternal((xmlDocPtr) doc, list, escMode)); in xmlNodeListGetRawString()