Searched refs:xmlDumpElementContent (Results 1 – 1 of 1) sorted by relevance
/external/libxml2/ |
D | valid.c | 1159 xmlDumpElementContent(xmlBufferPtr buf, xmlElementContentPtr content, int glob) { in xmlDumpElementContent() function 1177 xmlDumpElementContent(buf, content->c1, 1); in xmlDumpElementContent() 1179 xmlDumpElementContent(buf, content->c1, 0); in xmlDumpElementContent() 1184 xmlDumpElementContent(buf, content->c2, 1); in xmlDumpElementContent() 1186 xmlDumpElementContent(buf, content->c2, 0); in xmlDumpElementContent() 1191 xmlDumpElementContent(buf, content->c1, 1); in xmlDumpElementContent() 1193 xmlDumpElementContent(buf, content->c1, 0); in xmlDumpElementContent() 1198 xmlDumpElementContent(buf, content->c2, 1); in xmlDumpElementContent() 1200 xmlDumpElementContent(buf, content->c2, 0); in xmlDumpElementContent() 1695 xmlDumpElementContent(buf, elem->content, 1); in xmlDumpElementDecl() [all …]
|