XmlWriter Class |
Namespace: Apptus.Util.Xml
public class XmlWriter
The XmlWriter type exposes the following members.
Name | Description | |
---|---|---|
![]() | XmlWriter(StringBuilder) |
Creates a new XmlWriter that uses UTF-8 as encoding.
|
![]() | XmlWriter(FileInfo, String) |
Creates a new XmlWriter.
|
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.) |