
Public Member Functions | |
| XMLAutomobil (DirectoryInfo auto) | |
| Konstruktor. | |
Static Public Member Functions | |
| static void | VytvorAutomobil (string auto, string nazev, string typ, string spz, string palivo, double objem_nadrze) |
| Vytvoří soubor info.xml a naplní ho předanými údaji. | |
Protected Attributes | |
| string | nazev |
| double | objem_nadrze |
| string | palivo |
| string | spz |
| string | typ |
Private Member Functions | |
| void | NactiXML () |
| Načtení souboru info.xml. | |
| void | ParsujXML () |
| Zpracování souboru info.xml. | |
| void | VytvorXML () |
| Vytvoření prázdného souboru info.xml. | |
Private Attributes | |
| string | auto |
| XmlDocument | xml |
| string | xml_soubor |
1.5.7.1