The XmlWriter type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| AppendCData |
Appends XML encoded data.
| |
| AppendEndTag |
Appends the end of a tag.
| |
| AppendStartTag |
Appends the start of an element.
| |
| AppendXmlHeader |
Appends an xml header.
| |
| Close |
Close the writer.
| |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| Flush |
Flush the data from the writer to it's output.
| |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
See Also