Uses of Interface
org.eclipse.emf.ecore.xmi.XMLLoad

Packages that use XMLLoad
org.eclipse.emf.ecore.xmi   
org.eclipse.emf.ecore.xmi.impl   
 

Uses of XMLLoad in org.eclipse.emf.ecore.xmi
 

Methods in org.eclipse.emf.ecore.xmi with parameters of type XMLLoad
 XMLDefaultHandler XMLParserPool.getDefaultHandler(XMLResource resource, XMLLoad xmlLoad, XMLHelper helper, java.util.Map<?,?> options)
          Retrieves XMLDefaultHandler from the pool and initializes / prepares it.
 

Uses of XMLLoad in org.eclipse.emf.ecore.xmi.impl
 

Classes in org.eclipse.emf.ecore.xmi.impl that implement XMLLoad
 class EMOFLoadImpl
           
protected static class GenericXMLResourceImpl.GenericXMLLoadImpl
           
 class XMILoadImpl
          This class creates an XMIHandler rather than an XMLHandler so an XMI file can be loaded.
 class XMLLoadImpl
          This class begins parsing with the given input stream using the XML deserializer.
 

Methods in org.eclipse.emf.ecore.xmi.impl that return XMLLoad
protected  XMLLoad XMLResourceImpl.createXMLLoad()
           
protected  XMLLoad XMIResourceImpl.createXMLLoad()
           
protected  XMLLoad EMOFResourceImpl.createXMLLoad()
           
protected  XMLLoad GenericXMLResourceImpl.createXMLLoad()
           
 

Methods in org.eclipse.emf.ecore.xmi.impl with parameters of type XMLLoad
 XMLDefaultHandler XMLParserPoolImpl.getDefaultHandler(XMLResource resource, XMLLoad xmlLoad, XMLHelper helper, java.util.Map<?,?> options)
           
 


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