public virtual XmlDocument Generate()
Return Value
a newly created
XmlDocument
XmlDocument
representing the Objects.XmlDocument
. This then calls, in order, GenerateRootElement, GenerateRootAttributes, GenerateDefinitions, and GenerateObjects. Note that this does not call GenerateInstructions. The value of XmlWriter is set to null, since no stream is used. You probably do not need to override this method.