C# Class XMLParser.Parser

显示文件 Open project: JungleJinn/Energy

Public Properties

Property Type Description
Buildings List

Public Methods

Method Description
Parser ( string filePath ) : System

Private Methods

Method Description
readActive ( XmlReader inReader, ValueGroup inValues ) : void
readBuilding ( XmlReader inReader ) : void
readBuildings ( XmlReader inReader ) : void
readConstruct ( XmlReader inReader, ValueGroup inValues ) : void
readPassive ( XmlReader inReader, ValueGroup inValues ) : void
readProperties ( XmlReader inReader, ValueGroup inValues ) : void
readUpgrade ( XmlReader inReader, Building inBuilding ) : void
readUpgrades ( XmlReader inReader, Building inBuilding ) : void

Method Details

Parser() public method

public Parser ( string filePath ) : System
filePath string
return System

Property Details

Buildings public_oe property

public List Buildings
return List