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 1178 xmlDumpElementContent(buf, content->c1, 1); in xmlDumpElementContent() 1180 xmlDumpElementContent(buf, content->c1, 0); in xmlDumpElementContent() 1186 xmlDumpElementContent(buf, content->c2, 1); in xmlDumpElementContent() 1188 xmlDumpElementContent(buf, content->c2, 0); in xmlDumpElementContent() 1194 xmlDumpElementContent(buf, content->c1, 1); in xmlDumpElementContent() 1196 xmlDumpElementContent(buf, content->c1, 0); in xmlDumpElementContent() 1202 xmlDumpElementContent(buf, content->c2, 1); in xmlDumpElementContent() 1204 xmlDumpElementContent(buf, content->c2, 0); in xmlDumpElementContent() 1706 xmlDumpElementContent(buf, elem->content, 1); in xmlDumpElementDecl() [all …]
|