C# Class AlphaTab.SvgDump.Program.EntitizingXmlWriter

This writer properly writes escaped entities for attributes.
Inheritance: System.Xml.XmlTextWriter
Datei anzeigen Open project: CoderLine/alphaTab

Public Methods

Method Description
EntitizingXmlWriter ( TextWriter writer ) : System
WriteString ( string text ) : void

Method Details

EntitizingXmlWriter() public method

public EntitizingXmlWriter ( TextWriter writer ) : System
writer System.IO.TextWriter
return System

WriteString() public method

public WriteString ( string text ) : void
text string
return void