fullXMLFile function
Returns a complete example file
Implementation
String fullXMLFile() {
return _xmlStart() +
_xmlInputs() +
_xmlRules() +
builtinThresholds() +
_xmlEnd();
}
Returns a complete example file
String fullXMLFile() {
return _xmlStart() +
_xmlInputs() +
_xmlRules() +
builtinThresholds() +
_xmlEnd();
}