MCPcopy Index your code
hub / github.com/processing/processing / saveXML

Method saveXML

core/src/processing/core/PApplet.java:6054–6056  ·  view source on GitHub ↗

@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)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

saveFileMethod · 0.95
saveMethod · 0.45

Tested by

no test coverage detected