Retrieve authorSwingDndExtension info in JAVA

Post here questions and problems related to oXygen frameworks/document types.
Isabelle
Posts: 152
Joined: Fri Jan 20, 2017 1:11 pm

Retrieve authorSwingDndExtension info in JAVA

Post by Isabelle »

Hello,

We use sdk 26.0.0.0.
I need to get the value of authorSwingDndExtension attribute we have defined in our exf framework.
Is it possible to retrieve it from WSEditor class or an other class ?

Thanks,
Regards,
Isabelle
Radu
Posts: 9233
Joined: Fri Jul 09, 2004 5:18 pm

Re: Retrieve authorSwingDndExtension info in JAVA

Post by Radu »

Hi Isabelle,
We do not have specific API for this.
We have the API "WSEditor.getDocumentTypeInformation()". Then you could get access to the XML from which the framework config is loaded "DocumentTypeInformation.getFrameworkStoreLocation()", so maybe you could parse it...
Regards,
Radu
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
Post Reply