MCPcopy Create free account
hub / github.com/OpenSourcePhysics/osp / SaveXMLFile

Method SaveXMLFile

src/demoJS/SaveXMLFile.java:16–20  ·  view source on GitHub ↗
(XMLControlElement xml)

Source from the content-addressed store, hash-verified

14 File currentLocation=null;
15
16 SaveXMLFile(XMLControlElement xml) {
17 /** @j2sNative currentLocation = window.location.pathname.split('/').slice(0, -1).join('/') */
18 saveXML(xml);
19 System.out.println("XML Saved");
20 }
21
22 public void saveXML(XMLControl xml){
23 //String ext=".txt";

Callers

nothing calls this directly

Calls 2

saveXMLMethod · 0.95
printlnMethod · 0.65

Tested by

no test coverage detected