org.eclipse.emf.ecore.xmi
Interface XMLLoad
- All Known Implementing Classes:
- EMOFLoadImpl, GenericXMLResourceImpl.GenericXMLLoadImpl, XMILoadImpl, XMLLoadImpl
public interface XMLLoad
This defines the methods for the interface that XMLResourceImpl
uses to load the resource.
load
void load(XMLResource resource,
java.io.InputStream inputStream,
java.util.Map<?,?> options)
throws java.io.IOException
- Throws:
java.io.IOException
load
void load(XMLResource resource,
org.xml.sax.InputSource inputSource,
java.util.Map<?,?> options)
throws java.io.IOException
- Throws:
java.io.IOException
load
void load(XMLResource resource,
org.w3c.dom.Node node,
java.util.Map<?,?> options)
throws java.io.IOException
- Throws:
java.io.IOException
createDefaultHandler
XMLDefaultHandler createDefaultHandler()