(XMLControlElement xml)
| 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"; |