Xml |
| Name | Description | |
|---|---|---|
| BeginWriting(Stream) | Begins writing XML to the specified stream. | |
| BeginWriting(StringBuilder) | Begins writing XML to the specified string builder. | |
| BeginWriting(XmlWriter) | Begins the writing using an already created xmlWriter. WriteStartDocument is not called here, because we assume that the open XmlWriter has already done that. |