Class XmlParserAdapter

    • Constructor Detail

      • XmlParserAdapter

        public XmlParserAdapter()
    • Method Detail

      • 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
        Throws:
        IOException
      • 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
        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
        Throws:
        IOException
      • createDefaultHandler

        public org.eclipse.emf.ecore.xmi.XMLDefaultHandler createDefaultHandler()
        Specified by:
        createDefaultHandler in interface org.eclipse.emf.ecore.xmi.XMLLoad
      • init

        public abstract void init​(org.eclipse.emf.ecore.xmi.XMLHelper helper,
                                  Map<?,​?> options)