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.
save
public void save(XMLResource resource,
OutputStream outputStream,
Map options)
throws IOException
- Throws:
IOException
toDOM
public Document toDOM(XMLResource resource,
Document document,
DOMHandler handler,
Map options)
- Parameters:
resource - a resourcedocument - a Document (must not be null)handler - a DOMHandler (must not be null)options - options
- Returns:
- the document
- Since:
- 2.1.0