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