Home
last modified time | relevance | path

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

/external/libxml2/
DdebugXML.c422 xmlCtxtDumpString(xmlDebugCtxtPtr ctxt, const xmlChar * str) in xmlCtxtDumpString() function
572 xmlCtxtDumpString(ctxt, attr->defaultValue); in xmlCtxtDumpAttrDecl()
602 xmlCtxtDumpString(ctxt, elem->name); in xmlCtxtDumpElemDecl()
661 xmlCtxtDumpString(ctxt, ent->name); in xmlCtxtDumpEntityDecl()
705 xmlCtxtDumpString(ctxt, ent->content); in xmlCtxtDumpEntityDecl()
747 xmlCtxtDumpString(ctxt, ns->href); in xmlCtxtDumpNamespace()
809 xmlCtxtDumpString(ctxt, ent->content); in xmlCtxtDumpEntity()
835 xmlCtxtDumpString(ctxt, attr->name); in xmlCtxtDumpAttr()
896 xmlCtxtDumpString(ctxt, node->ns->prefix); in xmlCtxtDumpOneNode()
899 xmlCtxtDumpString(ctxt, node->name); in xmlCtxtDumpOneNode()
[all …]