Package jfreerails.server.parser

Provides classes that parse the xml that defines the cargo types, terrain types etc.

See:
          Description

Interface Summary
CargoAndTerrainHandler Defines methods to handle parsing the cargo and terrain types XML.
Track_TilesHandler Defines methods to handle parsing the track types XML.
 

Class Summary
CargoAndTerrainHandlerImpl Processes CargoAndTerrainHandler events and adds terrain and cargo types to the world object.
CargoAndTerrainParser The class reads XML documents according to specified DTD and translates all related events into CargoAndTerrainHandler events.
RunTypesParser The main method on this class uses CargoAndTerrainParser to the parse cargo and terrain types xml file - use it to test the parser and xml file work together.
Track_TilesHandlerImpl Processes Track_TilesHandle events, generates track rules, and provides a methods to add the track rules to the world object.
Track_TilesParser The class reads XML documents according to specified DTD and translates all related events into Track_TilesHandler events.
 

Package jfreerails.server.parser Description

Provides classes that parse the xml that defines the cargo types, terrain types etc.