MetaStruct.loadFromXmlFile
bool loadFromXmlFile(string catalog, string schema, string xmlSpecFile)Loads an XML description into mstruct. This method is still experimental and no description the XML file structure is given, and no guarantee that it will remain as it is given.
Parameters
catalog | the catalog name, or null |
schema | the schema name, or null |
xmlSpecFile | the specifications as the name of an XML file |
Returns
TRUE if no error has occurred
Throws
[MetaStructException]