C# Class FDOxml2cs.SourceWriter

Datei anzeigen Open project: mono/winforms-tools Class Usage Examples

Public Methods

Method Description
Flush ( ) : void
SourceWriter ( ) : System
Start ( ) : void

Private Methods

Method Description
AddByteArray ( string tabs, string matchname, byte bmatchvalue, int btype ) : void
AddMatches ( ArrayList matches, MimeType mimeType, int cookie, string lastmatchname ) : void
BuildByteArrays ( string tabs, string matchname, byte bmatchvalue, Match match ) : void
EndOutput ( ) : void
GenerateAliases ( ) : void
GenerateCode ( ) : void
GenerateGlobals ( ) : void
GenerateMatches ( ) : void
GenerateMimeTypes ( ) : void
GenerateSubClasses ( ) : void
HexStringToByteArray ( string match ) : byte[]
InitOutput ( ) : void
MatchValueOtherToByteArray ( string match, MatchTypes matchType ) : byte[]
MatchValueStringToByteArray ( string match ) : byte[]
OctalStringToInt ( string input ) : uint

Method Details

Flush() public method

public Flush ( ) : void
return void

SourceWriter() public method

public SourceWriter ( ) : System
return System

Start() public method

public Start ( ) : void
return void