mirror of
				https://github.com/lacerta-doc/Lacerta.git
				synced 2025-09-09 12:09:25 +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