System.Ext.Xml Namespace

The System.Ext.Xml namespace provides support for writing XML.

Classes

Name Description
Public Class ElementInfo Represents Element item used by the writer to provide context when writing Elements and EndElements.
Public Class ElementStack Represents a collection of Elements used during the writing process to keep track of the tag hierearchy.
Public Class XmlWriter Represents a writer that provides a fast, non-cached, forward-only means of generating streams or files containing XML data.
Public Class XmlWriterSettings Specifies a set of features to support on the XmlWriter object created by the Create method.

Enumerations

Name Description
Public Enumeration ConformanceLevel The type of conformance checking performed by an XmlReader or XmlWriter.
Public Enumeration NewLineHandling Specifies how to handle line breaks.
Public Enumeration WriteState Specifies the state of the XmlWriter.
Public Enumeration XmlOutputMethod Specifies the method used to serialize the System.Xml.XmlWriter output.
Public Enumeration XmlSpace Specifies the current xml:space scope.