C# Class WoWHeadParser.Parser.Parsers.NpcDataParser

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

Public Methods

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

Private Methods

Method Description
Currency ( string page, int>.Tuple &tuple ) : bool
Faction ( string page, int &factionA, int &factionH ) : bool
Health ( string page, object &healths ) : bool
Levels ( string page, int>.Tuple &tuple ) : bool
Mana ( string page, int &mana ) : bool
Money ( string page, int &val ) : bool
QuestEnd ( string page, int &val ) : bool
QuestStart ( string page, int &val ) : bool
Quotes ( string page, string>.Tuple &tuple ) : bool

Method Details

NpcDataParser() public method

public NpcDataParser ( System.Locale locale, int flags ) : System
locale System.Locale
flags int
return System

Parse() public method

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