org.eclipse.emf.ecore.xmi
Interface XMLLoad

All Known Implementing Classes:
XMLLoadImpl

public interface XMLLoad

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


Method Summary
 void load(XMLResource resource, InputStream inputStream, Map options)
           
 

Method Detail

load

public void load(XMLResource resource,
                 InputStream inputStream,
                 Map options)
          throws IOException
Throws:
IOException

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