HandCoded.Meta.InstanceInitialiser.Initialise C# (CSharp) Method

Initialise() public abstract method

Initialises a new XmlDocument by adding required definitions to the structure indicated by its root XmlElement.
public abstract Initialise ( SchemaRelease release, XmlElement root, bool isDefaultNamespace ) : void
release SchemaRelease The being initialised.
root System.Xml.XmlElement The root of the new document.
isDefaultNamespace bool true if the default namespace is being initialised.
return void
        public abstract void Initialise(SchemaRelease release, XmlElement root, bool isDefaultNamespace);