• Home
  • Raw
  • Download

Lines Matching refs:xmlOutputBufferWrite

610     xmlOutputBufferWrite(ctxt->buf, 1, "\n");  in xmlOutputBufferWriteWSNonSig()
612 xmlOutputBufferWrite(ctxt->buf, ctxt->indent_size * in xmlOutputBufferWriteWSNonSig()
639 xmlOutputBufferWrite(buf, 1, " "); in xmlNsDumpOutput()
643 xmlOutputBufferWrite(buf, 6, "xmlns:"); in xmlNsDumpOutput()
646 xmlOutputBufferWrite(buf, 5, "xmlns"); in xmlNsDumpOutput()
647 xmlOutputBufferWrite(buf, 1, "="); in xmlNsDumpOutput()
714 xmlOutputBufferWrite(buf, 10, "<!DOCTYPE "); in xmlDtdDumpOutput()
717 xmlOutputBufferWrite(buf, 8, " PUBLIC "); in xmlDtdDumpOutput()
719 xmlOutputBufferWrite(buf, 1, " "); in xmlDtdDumpOutput()
722 xmlOutputBufferWrite(buf, 8, " SYSTEM "); in xmlDtdDumpOutput()
728 xmlOutputBufferWrite(buf, 1, ">"); in xmlDtdDumpOutput()
731 xmlOutputBufferWrite(buf, 3, " [\n"); in xmlDtdDumpOutput()
750 xmlOutputBufferWrite(buf, 2, "]>"); in xmlDtdDumpOutput()
770 xmlOutputBufferWrite(buf, 1, " "); in xmlAttrDumpOutput()
773 xmlOutputBufferWrite(buf, 1, ":"); in xmlAttrDumpOutput()
776 xmlOutputBufferWrite(buf, 2, "=\""); in xmlAttrDumpOutput()
778 xmlOutputBufferWrite(buf, 1, "\""); in xmlAttrDumpOutput()
895 xmlOutputBufferWrite(buf, ctxt->indent_size * in xmlNodeDumpOutputInternal()
910 xmlOutputBufferWrite(buf, 1, "<"); in xmlNodeDumpOutputInternal()
913 xmlOutputBufferWrite(buf, 1, ":"); in xmlNodeDumpOutputInternal()
925 xmlOutputBufferWrite(buf, 2, "/>"); in xmlNodeDumpOutputInternal()
929 xmlOutputBufferWrite(buf, 3, "></"); in xmlNodeDumpOutputInternal()
933 xmlOutputBufferWrite(buf, 1, ":"); in xmlNodeDumpOutputInternal()
938 xmlOutputBufferWrite(buf, 1, ">"); in xmlNodeDumpOutputInternal()
956 xmlOutputBufferWrite(buf, 1, ">"); in xmlNodeDumpOutputInternal()
957 if (ctxt->format == 1) xmlOutputBufferWrite(buf, 1, "\n"); in xmlNodeDumpOutputInternal()
981 xmlOutputBufferWrite(buf, ctxt->indent_size * in xmlNodeDumpOutputInternal()
987 xmlOutputBufferWrite(buf, 2, "<?"); in xmlNodeDumpOutputInternal()
993 xmlOutputBufferWrite(buf, 1, " "); in xmlNodeDumpOutputInternal()
997 xmlOutputBufferWrite(buf, 2, "?>"); in xmlNodeDumpOutputInternal()
999 xmlOutputBufferWrite(buf, 2, "<?"); in xmlNodeDumpOutputInternal()
1003 xmlOutputBufferWrite(buf, 2, "?>"); in xmlNodeDumpOutputInternal()
1009 xmlOutputBufferWrite(buf, ctxt->indent_size * in xmlNodeDumpOutputInternal()
1015 xmlOutputBufferWrite(buf, 4, "<!--"); in xmlNodeDumpOutputInternal()
1017 xmlOutputBufferWrite(buf, 3, "-->"); in xmlNodeDumpOutputInternal()
1022 xmlOutputBufferWrite(buf, 1, "&"); in xmlNodeDumpOutputInternal()
1024 xmlOutputBufferWrite(buf, 1, ";"); in xmlNodeDumpOutputInternal()
1029 xmlOutputBufferWrite(buf, 12, "<![CDATA[]]>"); in xmlNodeDumpOutputInternal()
1036 xmlOutputBufferWrite(buf, 9, "<![CDATA["); in xmlNodeDumpOutputInternal()
1037 xmlOutputBufferWrite(buf, end - start, in xmlNodeDumpOutputInternal()
1039 xmlOutputBufferWrite(buf, 3, "]]>"); in xmlNodeDumpOutputInternal()
1045 xmlOutputBufferWrite(buf, 9, "<![CDATA["); in xmlNodeDumpOutputInternal()
1047 xmlOutputBufferWrite(buf, 3, "]]>"); in xmlNodeDumpOutputInternal()
1070 xmlOutputBufferWrite(buf, 1, "\n"); in xmlNodeDumpOutputInternal()
1083 xmlOutputBufferWrite(buf, ctxt->indent_size * in xmlNodeDumpOutputInternal()
1088 xmlOutputBufferWrite(buf, 2, "</"); in xmlNodeDumpOutputInternal()
1092 xmlOutputBufferWrite(buf, 1, ":"); in xmlNodeDumpOutputInternal()
1098 xmlOutputBufferWrite(buf, 1, ">"); in xmlNodeDumpOutputInternal()
1204 xmlOutputBufferWrite(buf, 14, "<?xml version="); in xmlDocContentDumpOutput()
1208 xmlOutputBufferWrite(buf, 5, "\"1.0\""); in xmlDocContentDumpOutput()
1210 xmlOutputBufferWrite(buf, 10, " encoding="); in xmlDocContentDumpOutput()
1215 xmlOutputBufferWrite(buf, 16, " standalone=\"no\""); in xmlDocContentDumpOutput()
1218 xmlOutputBufferWrite(buf, 17, " standalone=\"yes\""); in xmlDocContentDumpOutput()
1221 xmlOutputBufferWrite(buf, 3, "?>\n"); in xmlDocContentDumpOutput()
1248 xmlOutputBufferWrite(buf, 1, "\n"); in xmlDocContentDumpOutput()
1399 xmlOutputBufferWrite(buf, 5, " id=\""); in xhtmlAttrListDumpOutput()
1401 xmlOutputBufferWrite(buf, 1, "\""); in xhtmlAttrListDumpOutput()
1408 xmlOutputBufferWrite(buf, 11, " xml:lang=\""); in xhtmlAttrListDumpOutput()
1410 xmlOutputBufferWrite(buf, 1, "\""); in xhtmlAttrListDumpOutput()
1413 xmlOutputBufferWrite(buf, 7, " lang=\""); in xhtmlAttrListDumpOutput()
1415 xmlOutputBufferWrite(buf, 1, "\""); in xhtmlAttrListDumpOutput()
1478 xmlOutputBufferWrite(buf, ctxt->indent_size * in xhtmlNodeDumpOutput()
1483 xmlOutputBufferWrite(buf, 1, "<"); in xhtmlNodeDumpOutput()
1486 xmlOutputBufferWrite(buf, 1, ":"); in xhtmlNodeDumpOutput()
1535 xmlOutputBufferWrite(buf, 3, " />"); in xhtmlNodeDumpOutput()
1538 xmlOutputBufferWrite(buf, 1, ">"); in xhtmlNodeDumpOutput()
1540 xmlOutputBufferWrite(buf, 1, "\n"); in xhtmlNodeDumpOutput()
1542 xmlOutputBufferWrite(buf, ctxt->indent_size * in xhtmlNodeDumpOutput()
1554 xmlOutputBufferWrite(buf, 5, "UTF-8"); in xhtmlNodeDumpOutput()
1556 xmlOutputBufferWrite(buf, 4, "\" />"); in xhtmlNodeDumpOutput()
1558 xmlOutputBufferWrite(buf, 1, "\n"); in xhtmlNodeDumpOutput()
1560 xmlOutputBufferWrite(buf, 1, ">"); in xhtmlNodeDumpOutput()
1565 xmlOutputBufferWrite(buf, 2, "</"); in xhtmlNodeDumpOutput()
1569 xmlOutputBufferWrite(buf, 1, ":"); in xhtmlNodeDumpOutput()
1572 xmlOutputBufferWrite(buf, 1, ">"); in xhtmlNodeDumpOutput()
1575 xmlOutputBufferWrite(buf, 1, ">"); in xhtmlNodeDumpOutput()
1578 xmlOutputBufferWrite(buf, 1, "\n"); in xhtmlNodeDumpOutput()
1580 xmlOutputBufferWrite(buf, ctxt->indent_size * in xhtmlNodeDumpOutput()
1592 xmlOutputBufferWrite(buf, 5, "UTF-8"); in xhtmlNodeDumpOutput()
1594 xmlOutputBufferWrite(buf, 4, "\" />"); in xhtmlNodeDumpOutput()
1610 if (ctxt->format == 1) xmlOutputBufferWrite(buf, 1, "\n"); in xhtmlNodeDumpOutput()
1634 xmlOutputBufferWrite(buf, 2, "<?"); in xhtmlNodeDumpOutput()
1637 xmlOutputBufferWrite(buf, 1, " "); in xhtmlNodeDumpOutput()
1641 xmlOutputBufferWrite(buf, 2, "?>"); in xhtmlNodeDumpOutput()
1643 xmlOutputBufferWrite(buf, 2, "<?"); in xhtmlNodeDumpOutput()
1645 xmlOutputBufferWrite(buf, 2, "?>"); in xhtmlNodeDumpOutput()
1651 xmlOutputBufferWrite(buf, 4, "<!--"); in xhtmlNodeDumpOutput()
1653 xmlOutputBufferWrite(buf, 3, "-->"); in xhtmlNodeDumpOutput()
1658 xmlOutputBufferWrite(buf, 1, "&"); in xhtmlNodeDumpOutput()
1660 xmlOutputBufferWrite(buf, 1, ";"); in xhtmlNodeDumpOutput()
1665 xmlOutputBufferWrite(buf, 12, "<![CDATA[]]>"); in xhtmlNodeDumpOutput()
1672 xmlOutputBufferWrite(buf, 9, "<![CDATA["); in xhtmlNodeDumpOutput()
1673 xmlOutputBufferWrite(buf, end - start, in xhtmlNodeDumpOutput()
1675 xmlOutputBufferWrite(buf, 3, "]]>"); in xhtmlNodeDumpOutput()
1681 xmlOutputBufferWrite(buf, 9, "<![CDATA["); in xhtmlNodeDumpOutput()
1683 xmlOutputBufferWrite(buf, 3, "]]>"); in xhtmlNodeDumpOutput()
1700 xmlOutputBufferWrite(buf, 1, "\n"); in xhtmlNodeDumpOutput()
1717 xmlOutputBufferWrite(buf, ctxt->indent_size * in xhtmlNodeDumpOutput()
1722 xmlOutputBufferWrite(buf, 2, "</"); in xhtmlNodeDumpOutput()
1726 xmlOutputBufferWrite(buf, 1, ":"); in xhtmlNodeDumpOutput()
1730 xmlOutputBufferWrite(buf, 1, ">"); in xhtmlNodeDumpOutput()