Re: [Simple-support] Does SimpleXML have its own version of 'XJC'?
Brought to you by:
niallg
|
From: Niall G. - Y. <Nia...@yi...> - 2014-04-29 00:16:42
|
Hi, There is currently no tool to generate java classes. However a simple search and replace of JAXB annotations on any generated code should be workable. Niall From: Roger Lee [mailto:Ro...@L2...] Sent: 29 April 2014 01:33 To: sim...@li... Subject: [Simple-support] Does SimpleXML have its own version of 'XJC'? Been using JAXB to test some XML parsing. Now I need to deploy the solution to an Android App. Does SimpleXML have or recommend a tool to generate the Java Classes from an Marshaling similar to the JDK's XJC? TIA |