MetaStruct.loadFromXmlFile

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.

class MetaStruct
bool
loadFromXmlFile
(
string catalog
,
string schema
,)

Parameters

catalog string

the catalog name, or null

schema string

the schema name, or null

xmlSpecFile string

the specifications as the name of an XML file

Return Value

Type: bool

TRUE if no error has occurred

Throws