org.eclipse.emf.ecore.xmi
Interface XMLResource.ResourceHandler

All Known Implementing Classes:
BasicResourceHandler
Enclosing interface:
XMLResource

public static interface XMLResource.ResourceHandler


Method Summary
 void postLoad(XMLResource resource, InputStream inputStream, Map options)
           
 void postSave(XMLResource resource, OutputStream outputStream, Map options)
           
 void preLoad(XMLResource resource, InputStream inputStream, Map options)
           
 void preSave(XMLResource resource, OutputStream outputStream, Map options)
           
 

Method Detail

preLoad

public void preLoad(XMLResource resource,
                    InputStream inputStream,
                    Map options)

postLoad

public void postLoad(XMLResource resource,
                     InputStream inputStream,
                     Map options)

preSave

public void preSave(XMLResource resource,
                    OutputStream outputStream,
                    Map options)

postSave

public void postSave(XMLResource resource,
                     OutputStream outputStream,
                     Map options)

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