org.eclipse.emf.ecore.xmi
Interface XMLSave

All Known Implementing Classes:
XMLSaveImpl

public interface XMLSave

This defines the methods for the interface that XMLResourceImpl uses to save the resource.


Method Summary
 void save(XMLResource resource, OutputStream outputStream, Map options)
           
 

Method Detail

save

public void save(XMLResource resource,
                 OutputStream outputStream,
                 Map options)
          throws IOException
Throws:
IOException

Copyright 2001-2004 IBM Corporation and others.
All Rights Reserved.