recordXMLFile
Read data values from XML file
Extends from Interfaces.XML.Base (Interface for XML file).
Information
Record that wraps the external object ExternXMLFile and the XML read functions for data access of XML files.
See Examples.XMLTest or Examples.XMLTest2 for an example.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| String | fileName | "" | File where external data is stored |
| Types.ExternXMLFile | xml | Types.ExternXMLFile(fileName, verboseRead, detectMissingData) | External XML file object |
| Diagnostics | |||
| Boolean | verboseRead | true | = true, if info message that file is loading is to be printed |
| Types.Diagnostics | detectMissingData | Types.Diagnostics.Warning | Print diagnostic message in case of missing data |