Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ve-dev] API to Generate XMl


Hi Janak,

No we don't have that. It would have to be a new editor part. One that gets its model from the EMF XMI file instead of parsing from java code. We've always wanted to do that but we've never had time to get around to doing it. The current JavaVisualEditorPart is almost there but we would have to rip parts of it out because it no longer would be a java code editor. We would have to rip out the codegen with all of the decoders and such too.

Sorry,
Rich


"Janak Mulani" <janak.mulani@xxxxxxxxx>
Sent by: ve-dev-bounces@xxxxxxxxxxx

06/12/2006 03:17 PM

Please respond to
Discussions people developing code for the Visual Editor project <ve-dev@xxxxxxxxxxx>

To
"ve-Dev@Eclipse. Org" <ve-dev@xxxxxxxxxxx>
cc
Subject
[ve-dev] API to Generate XMl





Hi,

Right now VE generates Java. How can I make it generate XML?

I can see the component hierarchy and the properties in the XML view. I.e.
the EMF model is visible in the XMLView.

Is there an API available to the XML view? How can access it,  parse it and
generate my own XML?

Or

Is there an API to walk the EMF model and generate XML? Lets say, I want to
have buttons in VE like:

"Generate XML" - that will walk the EMF model and generate XML to a file.
"Execute XML" - walk the EMF model, generate XML and execute it

Thanks and regards,

Janak

_______________________________________________
ve-dev mailing list
ve-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ve-dev


Back to the top