mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2025-04-02 23:40:48 +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…
x
Reference in New Issue
Block a user