Home
last modified time | relevance | path

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

/external/libxml2/
DdebugXML.c54 static void xmlCtxtDumpNodeList(xmlDebugCtxtPtr ctxt, xmlNodePtr node);
838 xmlCtxtDumpNodeList(ctxt, attr->children); in xmlCtxtDumpAttr()
1074 xmlCtxtDumpNodeList(ctxt, node->children); in xmlCtxtDumpNode()
1088 xmlCtxtDumpNodeList(xmlDebugCtxtPtr ctxt, xmlNodePtr node) in xmlCtxtDumpNodeList() function
1225 xmlCtxtDumpNodeList(ctxt, doc->children); in xmlCtxtDumpDocument()
1327 xmlCtxtDumpNodeList(ctxt, dtd->children); in xmlCtxtDumpDTD()
1490 xmlCtxtDumpNodeList(&ctxt, node); in xmlDebugDumpNodeList()