Creating inference data and XML

There are two main steps to creating the inference data in your subclass of FormData.

  • Create inference data, which can be any Gosu data that you store in private properties in the FormData instance. This is used later by other methods in your inference class.
  • Create XML data from inference data using the inference data that your class generated previously. Use XmlNode objects in Gosu to generate the XML-formatted data.