0
  1. I had a xml file to parse.
  2. I created the xsd file related to that xml file manually.
  3. I created a jar file through that xsd file so that all the tags in the xml file could be taken as interfaces
  4. Now I have got a jar file in which the tags of the xml file are treated as interfaces with their respective implementation classes.
  5. My problem is I want the simple xml tag names extracted out of those implementation classes or those interfaces. I am looking for some API or some other way to do it.
  6. I have used XmlBeans in this process.

I hope this explains my problem appropriately. :)

Jatin Sehgal
  • 956
  • 2
  • 17
  • 37
  • "I have created a jar file through the xsd file and I have got the corresponding interfaces for all the elements in the xml file" :- thoroghly unclear to me. Can you please re-phrase or/and add some more details please ? – Anugoonj Jan 31 '13 at 10:53
  • @Anugoonj I have edited the post. Please have a look. – Jatin Sehgal Jan 31 '13 at 11:00

0 Answers0