1 write to wrapped
System.Xml (1)
System\Xml\Core\QueryOutputWriterV1.cs (1)
38
this.
wrapped
= writer;
35 references to wrapped
System.Xml (35)
System\Xml\Core\QueryOutputWriterV1.cs (35)
61
this.
wrapped
.WriteStartDocument(true);
64
this.
wrapped
.WriteStartDocument();
95
return this.
wrapped
.WriteState;
100
this.
wrapped
.WriteStartDocument();
104
this.
wrapped
.WriteStartDocument(standalone);
108
this.
wrapped
.WriteEndDocument();
117
this.
wrapped
.WriteDocType(name, pubid, sysid, subset);
130
WriteState ws = this.
wrapped
.WriteState;
132
this.
wrapped
.WriteDocType(
141
this.
wrapped
.WriteStartElement(prefix, localName, ns);
153
this.
wrapped
.WriteEndElement();
162
this.
wrapped
.WriteFullEndElement();
170
this.
wrapped
.WriteStartAttribute(prefix, localName, ns);
175
this.
wrapped
.WriteEndAttribute();
179
this.
wrapped
.WriteCData(text);
184
this.
wrapped
.WriteComment(text);
189
this.
wrapped
.WriteProcessingInstruction(name, text);
194
this.
wrapped
.WriteCData(ws);
196
this.
wrapped
.WriteWhitespace(ws);
201
this.
wrapped
.WriteCData(text);
203
this.
wrapped
.WriteString(text);
208
this.
wrapped
.WriteCData(new string(buffer, index, count));
210
this.
wrapped
.WriteChars(buffer, index, count);
215
this.
wrapped
.WriteBase64(buffer, index, count);
217
this.
wrapped
.WriteBase64(buffer, index, count);
222
this.
wrapped
.WriteEntityRef(name);
227
this.
wrapped
.WriteCharEntity(ch);
232
this.
wrapped
.WriteSurrogateCharEntity(lowChar, highChar);
237
this.
wrapped
.WriteCData(new string(buffer, index, count));
239
this.
wrapped
.WriteRaw(buffer, index, count);
244
this.
wrapped
.WriteCData(data);
246
this.
wrapped
.WriteRaw(data);
250
this.
wrapped
.Close();
254
this.
wrapped
.Flush();
258
return this.
wrapped
.LookupPrefix(ns);