org.apache.tuscany.sdo.util
Class DataGraphResourceFactoryImpl.DataGraphResourceImpl.LoadImpl

java.lang.Object
  extended by org.eclipse.emf.ecore.xmi.impl.XMLLoadImpl
      extended by org.apache.tuscany.sdo.util.DataGraphResourceFactoryImpl.DataGraphResourceImpl.LoadImpl
All Implemented Interfaces:
org.eclipse.emf.ecore.xmi.XMLLoad
Enclosing class:
DataGraphResourceFactoryImpl.DataGraphResourceImpl

public static class DataGraphResourceFactoryImpl.DataGraphResourceImpl.LoadImpl
extends org.eclipse.emf.ecore.xmi.impl.XMLLoadImpl


Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.xmi.impl.XMLLoadImpl
org.eclipse.emf.ecore.xmi.impl.XMLLoadImpl.AttributesProxy
 
Field Summary
protected  boolean resumeLogging
           
 
Fields inherited from class org.eclipse.emf.ecore.xmi.impl.XMLLoadImpl
BUFFER_SIZE, helper, is, namespaceAware, options, resource, SAX_LEXICAL_PROPERTY
 
Constructor Summary
DataGraphResourceFactoryImpl.DataGraphResourceImpl.LoadImpl(org.eclipse.emf.ecore.xmi.XMLHelper xmlHelper)
           
 
Method Summary
 void load(org.eclipse.emf.ecore.xmi.XMLResource resource, InputSource inputSource, Map options)
           
 void load(org.eclipse.emf.ecore.xmi.XMLResource resource, InputStream inputStream, Map options)
           
 void load(org.eclipse.emf.ecore.xmi.XMLResource resource, Node node, Map options)
           
protected  org.xml.sax.helpers.DefaultHandler makeDefaultHandler()
           
 
Methods inherited from class org.eclipse.emf.ecore.xmi.impl.XMLLoadImpl
createDefaultHandler, getEncoding, handleErrors, makeParser, readBuffer, traverse, traverseElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

resumeLogging

protected boolean resumeLogging
Constructor Detail

DataGraphResourceFactoryImpl.DataGraphResourceImpl.LoadImpl

public DataGraphResourceFactoryImpl.DataGraphResourceImpl.LoadImpl(org.eclipse.emf.ecore.xmi.XMLHelper xmlHelper)
Method Detail

load

public void load(org.eclipse.emf.ecore.xmi.XMLResource resource,
                 InputSource inputSource,
                 Map options)
          throws IOException
Specified by:
load in interface org.eclipse.emf.ecore.xmi.XMLLoad
Overrides:
load in class org.eclipse.emf.ecore.xmi.impl.XMLLoadImpl
Throws:
IOException

load

public void load(org.eclipse.emf.ecore.xmi.XMLResource resource,
                 InputStream inputStream,
                 Map options)
          throws IOException
Specified by:
load in interface org.eclipse.emf.ecore.xmi.XMLLoad
Overrides:
load in class org.eclipse.emf.ecore.xmi.impl.XMLLoadImpl
Throws:
IOException

load

public void load(org.eclipse.emf.ecore.xmi.XMLResource resource,
                 Node node,
                 Map options)
          throws IOException
Specified by:
load in interface org.eclipse.emf.ecore.xmi.XMLLoad
Overrides:
load in class org.eclipse.emf.ecore.xmi.impl.XMLLoadImpl
Throws:
IOException

makeDefaultHandler

protected org.xml.sax.helpers.DefaultHandler makeDefaultHandler()
Overrides:
makeDefaultHandler in class org.eclipse.emf.ecore.xmi.impl.XMLLoadImpl


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.