org.eclipse.emf.ecore.xmi.impl
Class XMILoadImpl

java.lang.Object
  extended byorg.eclipse.emf.ecore.xmi.impl.XMLLoadImpl
      extended byorg.eclipse.emf.ecore.xmi.impl.XMILoadImpl
All Implemented Interfaces:
XMLLoad
Direct Known Subclasses:
EMOFLoadImpl

public class XMILoadImpl
extends XMLLoadImpl

This class creates an XMIHandler rather than an XMLHandler so an XMI file can be loaded.


Field Summary
 
Fields inherited from class org.eclipse.emf.ecore.xmi.impl.XMLLoadImpl
BUFFER_SIZE, helper, is, options, resource, SAX_LEXICAL_PROPERTY
 
Constructor Summary
XMILoadImpl(XMLHelper helper)
          Constructor for XMILoad.
 
Method Summary
protected  DefaultHandler makeDefaultHandler()
           
 
Methods inherited from class org.eclipse.emf.ecore.xmi.impl.XMLLoadImpl
getEncoding, load, makeParser, readBuffer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMILoadImpl

public XMILoadImpl(XMLHelper helper)
Constructor for XMILoad.

Method Detail

makeDefaultHandler

protected DefaultHandler makeDefaultHandler()
Overrides:
makeDefaultHandler in class XMLLoadImpl

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