C# Class GameXmlToGetString.Parser, gbrainy

Inheritance: MonoDevelop.Gettext.CatalogParser
Exibir arquivo Open project: GNOME/gbrainy

Public Methods

Method Description
Parser ( string fileName, Encoding encoding ) : System

Protected Methods

Method Description
OnEntry ( string msgid, string msgidPlural, bool hasPlural, string translations, string flags, string references, string comment, string autocomments ) : bool

Private Methods

Method Description
Count ( List strings, string str ) : int
GetExpressionVariables ( string str ) : List
GetStringFormaters ( string str ) : List

Method Details

OnEntry() protected method

protected OnEntry ( string msgid, string msgidPlural, bool hasPlural, string translations, string flags, string references, string comment, string autocomments ) : bool
msgid string
msgidPlural string
hasPlural bool
translations string
flags string
references string
comment string
autocomments string
return bool

Parser() public method

public Parser ( string fileName, Encoding encoding ) : System
fileName string
encoding Encoding
return System