@webref output:files @param xml the XML object to save to disk @param filename name of the file to write to @see XML @see PApplet#loadXML(String) @see PApplet#parseXML(String)
(XML xml, String filename)
| 6052 | * @see PApplet#parseXML(String) |
| 6053 | */ |
| 6054 | public boolean saveXML(XML xml, String filename) { |
| 6055 | return saveXML(xml, filename, null); |
| 6056 | } |
| 6057 | |
| 6058 | /** |
| 6059 | * @nowebref |