Lines Matching refs:fputts

77       fputts(T("&"), fp);  in characterData()
80 fputts(T("<"), fp); in characterData()
83 fputts(T(">"), fp); in characterData()
87 fputts(T("
"), fp); in characterData()
91 fputts(T("""), fp); in characterData()
118 fputts(T("&"), fp); in attributeValue()
121 fputts(T("<"), fp); in attributeValue()
124 fputts(T("""), fp); in attributeValue()
128 fputts(T("	"), fp); in attributeValue()
131 fputts(T("
"), fp); in attributeValue()
134 fputts(T("
"), fp); in attributeValue()
138 fputts(T(">"), fp); in attributeValue()
168 fputts(name, fp); in startElement()
178 fputts(*atts++, fp); in startElement()
190 fputts(name, fp); in endElement()
216 fputts(T("n1:"), fp); in startElementNS()
217 fputts(sep + 1, fp); in startElementNS()
218 fputts(T(" xmlns:n1"), fp); in startElementNS()
222 fputts(name, fp); in startElementNS()
238 fputts(sep + 1, fp); in startElementNS()
240 fputts(name, fp); in startElementNS()
259 fputts(T("n1:"), fp); in endElementNS()
260 fputts(sep + 1, fp); in endElementNS()
262 fputts(name, fp); in endElementNS()
274 fputts(target, fp); in processingInstruction()
276 fputts(data, fp); in processingInstruction()
388 fputts(T("<!DOCTYPE "), data->fp); in endDoctypeDecl()
389 fputts(data->currentDoctypeName, data->fp); in endDoctypeDecl()
390 fputts(T(" [\n"), data->fp); in endDoctypeDecl()
394 fputts(T("<!NOTATION "), data->fp); in endDoctypeDecl()
395 fputts(notations[i]->notationName, data->fp); in endDoctypeDecl()
397 fputts(T(" PUBLIC '"), data->fp); in endDoctypeDecl()
398 fputts(notations[i]->publicId, data->fp); in endDoctypeDecl()
403 fputts(notations[i]->systemId, data->fp); in endDoctypeDecl()
407 fputts(T(" SYSTEM '"), data->fp); in endDoctypeDecl()
408 fputts(notations[i]->systemId, data->fp); in endDoctypeDecl()
416 fputts(T("]>\n"), data->fp); in endDoctypeDecl()
553 fputts(T("<document>\n"), in metaStartDocument()
559 fputts(T("</document>\n"), in metaEndDocument()
580 fputts(T(">\n"), fp); in metaStartElement()
585 fputts(T("\" defaulted=\"yes\"/>\n"), fp); in metaStartElement()
587 fputts(T("\" id=\"yes\"/>\n"), fp); in metaStartElement()
589 fputts(T("\"/>\n"), fp); in metaStartElement()
591 fputts(T("</starttag>\n"), fp); in metaStartElement()
593 fputts(T("/>\n"), fp); in metaStartElement()
603 fputts(T("/>\n"), fp); in metaEndElement()
616 fputts(T("/>\n"), fp); in metaProcessingInstruction()
624 fputts(T("<comment data=\""), fp); in metaComment()
628 fputts(T("/>\n"), fp); in metaComment()
636 fputts(T("<startcdata"), fp); in metaStartCdataSection()
638 fputts(T("/>\n"), fp); in metaStartCdataSection()
646 fputts(T("<endcdata"), fp); in metaEndCdataSection()
648 fputts(T("/>\n"), fp); in metaEndCdataSection()
656 fputts(T("<chars str=\""), fp); in metaCharacterData()
660 fputts(T("/>\n"), fp); in metaCharacterData()
675 fputts(T("/>\n"), fp); in metaStartDoctypeDecl()
683 fputts(T("<enddoctype"), fp); in metaEndDoctypeDecl()
685 fputts(T("/>\n"), fp); in metaEndDoctypeDecl()
700 fputts(T(" system=\""), fp); in metaNotationDecl()
705 fputts(T("/>\n"), fp); in metaNotationDecl()
724 fputts(T("</entity/>\n"), fp); in metaEntityDecl()
729 fputts(T(" system=\""), fp); in metaEntityDecl()
734 fputts(T("/>\n"), fp); in metaEntityDecl()
739 fputts(T(" system=\""), fp); in metaEntityDecl()
743 fputts(T("/>\n"), fp); in metaEntityDecl()
753 fputts(T("<startns"), fp); in metaStartNamespaceDecl()
757 fputts(T(" ns=\""), fp); in metaStartNamespaceDecl()
759 fputts(T("\"/>\n"), fp); in metaStartNamespaceDecl()
761 fputts(T("/>\n"), fp); in metaStartNamespaceDecl()
770 fputts(T("<endns/>\n"), fp); in metaEndNamespaceDecl()