fullXMLFile function

String fullXMLFile()

Returns a complete example file

Implementation

String fullXMLFile() {
  return _xmlStart() +
      _xmlInputs() +
      _xmlRules() +
      builtinThresholds() +
      _xmlEnd();
}