mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-26 17:53:14 +00:00
saveXml実装
This commit is contained in:
parent
3a41c4e105
commit
76f4a6c228
|
@ -188,10 +188,13 @@ public class FileManagerImpl implements FileManager {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void saveXml(Document document, String fileName) throws IOException {
|
public void saveXml(Document document, String fileName) throws IOException {
|
||||||
|
this.resolve(fileName);
|
||||||
|
this.saveXmlInternal(document);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void saveXml(Document document) throws IOException {
|
public void saveXml(Document document) throws IOException {
|
||||||
|
this.saveXmlInternal(document);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in New Issue
Block a user