C# Class WoWHeadParser.Parser.Parsers.NpcLocaleParser

Inheritance: PageParser
显示文件 Open project: Lordron/WoWHead-data-parser

Public Methods

Method Description
NpcLocaleParser ( Locale locale, int flags ) : System.Text.RegularExpressions
Parse ( string page, uint id ) : void

Method Details

NpcLocaleParser() public method

public NpcLocaleParser ( Locale locale, int flags ) : System.Text.RegularExpressions
locale Locale
flags int
return System.Text.RegularExpressions

Parse() public method

public Parse ( string page, uint id ) : void
page string
id uint
return void