[Gregor.Core.CXmlWriterEx]

Gregor.Core.CXmlWriterEx

Saturday, September 15, 2007

Defined in Gregor.Core, namespace Gregor.Core.

Details

public class Gregor.Core.CXmlWriterEx

: System.Xml.XmlTextWriter, System.IDisposable

Custom Attributes: 

Description: 


Members

CXmlWriterEx

public CXmlWriterEx(System.String sFile)

Custom Attributes: 

Description: 

m_Indents

private Gregor.Core.NStringIndents m_Indents

Custom Attributes: 

Description: 

m_Level

private System.Int32 m_Level

Custom Attributes: 

Description: 

Level

public System.Int32 Level {get;}

Custom Attributes: 

Description: 

WriteEndElement

public override void WriteEndElement()

Custom Attributes: 

Description: 

WriteFullEndElement

public override void WriteFullEndElement()

Custom Attributes: 

Description: 

WriteStartAttribute

public override void WriteStartAttribute(System.String sPrefix, System.String sLocalName, System.String sNamespace)

Custom Attributes: 

Description: 

WriteStartElement

public override void WriteStartElement(System.String sPrefix, System.String sLocalName, System.String sNamespace)

Custom Attributes: 

Description: 


See Also

Gregor.Core.NStringIndents

System.String

System.Xml.XmlTextWriter

System.IDisposable

System.Int32

System.Void