Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8875905
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T19:05:53+00:00 2026-06-14T19:05:53+00:00

I have used EMF to generate XSD-based access functions. I could see how to

  • 0

I have used EMF to generate XSD-based access functions. I could see how to load input from a disk-file in the examples generated. However, the XML that I want to parse is stored in a string. Is there any way I can proceed without dumping the string into a file and then reading it back?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T19:05:53+00:00Added an answer on June 14, 2026 at 7:05 pm

    Here is an example method, takes in your modelString and the ECorePackage instance that parses the xml and returns the EObject.

    public static EObject loadEObjectFromString(String myModelXml, EPackage ePackage) throws IOException { 
        // Create a ResourceSet
        ResourceSet resourceSet = new ResourceSetImpl();
        // register XMIRegistryResourceFactoryIml
        resourceSet.getResourceFactoryRegistry().getExtensionToFactoryMap().put
        (Resource.Factory.Registry.DEFAULT_EXTENSION, 
         new XMIResourceFactoryImpl());
         // register your epackage to the resource set so it has a reference to your ecore
         // you can get an instance to your epackage by calling YourEPackageClass.getInstace();
        resourceSet.getPackageRegistry().put(ePackage.getNsURI(), ePackage);
        Resource resource = resourceSet.createResource(URI.createURI("*.modelextension"));
        resource.load(new URIConverter.ReadableInputStream(myModelXml), null);
        // return the root model object and there you have it, all you need is to
        // cast it to the right EObject based on your model 
        return resource.getContents().get(0);
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have used .NET 3.5 with C# to create functions to gather data from
I have used several looking glass tools from servers around the world. What I'm
If I have a for loop that reads from a data file and each
I have used Quartz.Net for queuing and sending emails from my application. I don't
I have used the ploneformgen for creating the input form. When I try to
I have used the code below to run cmd commands from java (code adopted
I have used a query which is like SELECT app_id, SUM(amount), date FROM abc
I have used the silverlight control in CRM 2011.It also published on form but
We have used Shibboleth to authenticate users. It works great. The issue is that
I have used some jquery components in my web site, Suddenly i'm getting an

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.