1 write to wrapped
System.Xml (1)
System\Xml\Core\QueryOutputWriter.cs (1)
36
this.
wrapped
= writer;
34 references to wrapped
System.Xml (34)
System\Xml\Core\QueryOutputWriter.cs (34)
87
this.
wrapped
.NamespaceResolver = value;
95
this.
wrapped
.WriteXmlDeclaration(standalone);
99
this.
wrapped
.WriteXmlDeclaration(xmldecl);
107
XmlWriterSettings settings = this.
wrapped
.Settings;
124
this.
wrapped
.WriteDocType(name, pubid, sysid, subset);
146
this.
wrapped
.WriteDocType(
155
this.
wrapped
.WriteStartElement(prefix, localName, ns);
167
this.
wrapped
.WriteEndElement(prefix, localName, ns);
179
this.
wrapped
.WriteFullEndElement(prefix, localName, ns);
189
this.
wrapped
.StartElementContent();
194
this.
wrapped
.WriteStartAttribute(prefix, localName, ns);
199
this.
wrapped
.WriteEndAttribute();
203
this.
wrapped
.WriteNamespaceDeclaration(prefix, ns);
208
return this.
wrapped
.SupportsNamespaceDeclarationInChunks;
213
this.
wrapped
.WriteStartNamespaceDeclaration(prefix);
217
this.
wrapped
.WriteEndNamespaceDeclaration();
221
this.
wrapped
.WriteCData(text);
226
this.
wrapped
.WriteComment(text);
231
this.
wrapped
.WriteProcessingInstruction(name, text);
236
this.
wrapped
.WriteCData(ws);
238
this.
wrapped
.WriteWhitespace(ws);
243
this.
wrapped
.WriteCData(text);
245
this.
wrapped
.WriteString(text);
250
this.
wrapped
.WriteCData(new string(buffer, index, count));
252
this.
wrapped
.WriteChars(buffer, index, count);
257
this.
wrapped
.WriteEntityRef(name);
262
this.
wrapped
.WriteCharEntity(ch);
267
this.
wrapped
.WriteSurrogateCharEntity(lowChar, highChar);
272
this.
wrapped
.WriteCData(new string(buffer, index, count));
274
this.
wrapped
.WriteRaw(buffer, index, count);
279
this.
wrapped
.WriteCData(data);
281
this.
wrapped
.WriteRaw(data);
285
this.
wrapped
.Close();
294
this.
wrapped
.Flush();