Searched refs:xmlCtxtDumpString (Results 1 – 1 of 1) sorted by relevance
/external/libxml2/ |
D | debugXML.c | 393 xmlCtxtDumpString(xmlDebugCtxtPtr ctxt, const xmlChar * str) in xmlCtxtDumpString() function 543 xmlCtxtDumpString(ctxt, attr->defaultValue); in xmlCtxtDumpAttrDecl() 573 xmlCtxtDumpString(ctxt, elem->name); in xmlCtxtDumpElemDecl() 632 xmlCtxtDumpString(ctxt, ent->name); in xmlCtxtDumpEntityDecl() 676 xmlCtxtDumpString(ctxt, ent->content); in xmlCtxtDumpEntityDecl() 718 xmlCtxtDumpString(ctxt, ns->href); in xmlCtxtDumpNamespace() 780 xmlCtxtDumpString(ctxt, ent->content); in xmlCtxtDumpEntity() 806 xmlCtxtDumpString(ctxt, attr->name); in xmlCtxtDumpAttr() 867 xmlCtxtDumpString(ctxt, node->ns->prefix); in xmlCtxtDumpOneNode() 870 xmlCtxtDumpString(ctxt, node->name); in xmlCtxtDumpOneNode() [all …]
|