PrintWriter with added methods for XML output.
Inheritance Hierarchy
Apptus.Util.XmlXmlWriter
Namespace: Apptus.Util.Xml
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 3.47.3
Syntax
C#
public class XmlWriter
The XmlWriter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | XmlWriter(StringBuilder) |
Creates a new XmlWriter that uses UTF-8 as encoding.
|
![]() | XmlWriter(FileInfo, String) |
Creates a new XmlWriter.
|
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