Functions | |
| def | parse_cell |
| def | parse_all_cells |
| def | collect_cells_data |
| def | map_parser |
| def | collect_map_data |
This module handles xml parsing for maps description files.
| def parsing.map_parser.collect_cells_data | ( | cell_files | ) |
Collects all cells descriptions in the given files.
| def parsing.map_parser.collect_map_data | ( | map_files | ) |
Collects all map descriptions in the given files.
| def parsing.map_parser.map_parser | ( | map_xml | ) |
The main parser for the map xml file.
| def parsing.map_parser.parse_all_cells | ( | cell_xml | ) |
Parses all cells defined in the given file.
| def parsing.map_parser.parse_cell | ( | cell_object | ) |
Parses a CellType attribute.
1.7.6.1