XmlWriter ClassA Sandcastle Documented Class Library
PrintWriter with added methods for XML output.
Inheritance Hierarchy

SystemObject
  Apptus.Util.XmlXmlWriter

Namespace:  Apptus.Util.Xml
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.2.1
Syntax

C#
public class XmlWriter

The XmlWriter type exposes the following members.

Constructors

  NameDescription
Public methodXmlWriter(StringBuilder)
Creates a new XmlWriter that uses UTF-8 as encoding.
Public methodXmlWriter(FileInfo, String)
Creates a new XmlWriter.
Top
Methods

  NameDescription
Public methodAppendCData
Appends XML encoded data.
Public methodAppendEndTag
Appends the end of a tag.
Public methodAppendStartTag
Appends the start of an element.
Public methodAppendXmlHeader
Appends an xml header.
Public methodClose
Close the writer.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodFlush
Flush the data from the writer to it's output.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference