How to generate xsd file using java code?

前端 未结 4 1685
栀梦
栀梦 2021-01-21 22:19

        
            
            

        
4条回答
  •  旧时难觅i
    2021-01-21 22:53

    You can use any XML-handling API to achieve this. JDOM is one of them. If you'd like an API specific to building XML Schemas which you then serialize into XML, you might want to check out Eclipse MDT API.

提交回复
热议问题