1 write to xmlJsonWriter
System.ServiceModel.Web (1)
System\ServiceModel\Channels\JavascriptXmlWriterWrapper.cs (1)
188
this.
xmlJsonWriter
= writer;
27 references to xmlJsonWriter
System.ServiceModel.Web (27)
System\ServiceModel\Channels\JavascriptXmlWriterWrapper.cs (27)
33
get { return this.
xmlJsonWriter
; }
38
this.
xmlJsonWriter
.Close();
43
this.
xmlJsonWriter
.Flush();
48
return this.
xmlJsonWriter
.LookupPrefix(ns);
53
this.
xmlJsonWriter
.WriteBase64(buffer, index, count);
58
this.
xmlJsonWriter
.WriteCData(text);
63
this.
xmlJsonWriter
.WriteCharEntity(ch);
68
this.
xmlJsonWriter
.WriteChars(buffer, index, count);
73
this.
xmlJsonWriter
.WriteComment(text);
78
this.
xmlJsonWriter
.WriteDocType(name, pubid, sysid, subset);
83
this.
xmlJsonWriter
.WriteEndAttribute();
88
this.
xmlJsonWriter
.WriteEndDocument();
93
this.
xmlJsonWriter
.Flush();
105
this.
xmlJsonWriter
.WriteEndElement();
110
this.
xmlJsonWriter
.WriteEntityRef(name);
115
this.
xmlJsonWriter
.WriteFullEndElement();
120
this.
xmlJsonWriter
.WriteProcessingInstruction(name, text);
125
this.
xmlJsonWriter
.WriteRaw(data);
130
this.
xmlJsonWriter
.WriteRaw(buffer, index, count);
135
this.
xmlJsonWriter
.WriteStartAttribute(prefix, localName, ns);
141
this.
xmlJsonWriter
.WriteStartDocument(standalone);
147
this.
xmlJsonWriter
.WriteStartDocument();
162
this.
xmlJsonWriter
.WriteStartElement(prefix, localName, ns);
167
get { return this.
xmlJsonWriter
.WriteState; }
172
this.
xmlJsonWriter
.WriteString(text);
177
this.
xmlJsonWriter
.WriteSurrogateCharEntity(lowChar, highChar);
182
this.
xmlJsonWriter
.WriteWhitespace(ws);