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

Method Detail

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()

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