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.
load
public void load(XMLResource resource,
InputStream inputStream,
Map options)
throws IOException
- Throws:
IOException
load
public void load(XMLResource resource,
InputSource inputSource,
Map options)
throws IOException
- Throws:
IOException
load
public void load(XMLResource resource,
Node node,
Map options)
throws IOException
- Throws:
IOException
createDefaultHandler
public XMLDefaultHandler createDefaultHandler()