Overview
12 Sep 20251 minute to read
| Name | Description |
|---|---|
| Encoding | Encoding class: Contains the details about encoding type, whether to write a Unicode byte order mark (BOM). |
| Save | Save class provide method to save file |
| StreamWriter | StreamWriter class contains the implementation for writing characters to a file in a particular encoding |
| Namespace | class for managing namespace collection |
| XmlAttribute | class for managing attribute collection |
| XmlElement | class for managing element collection |
| XmlWriter | XmlWriter class provide method to create XML data |
| EncodingType | EncodingType : Specifies the encoding type |
| NamespaceKind | specifies namespace kind |
| XmlWriteState | specifies current write state of XmlWriter |