C# Class BulletMLLib.BulletMLParser

Show file Open project: babelshift/BulletMLLib Class Usage Examples

Public Properties

Property Type Description
tree BulletMLTree

Public Methods

Method Description
ParseXML ( string xmlFileName ) : void

Private Methods

Method Description
StringToName ( string str ) : BLName
StringToType ( string str ) : BLType

Method Details

ParseXML() public method

public ParseXML ( string xmlFileName ) : void
xmlFileName string
return void

Property Details

tree public property

public BulletMLTree,BulletMLLib tree
return BulletMLTree