JDOM 解析模式
是否可以将 XSD 模式解析为 JDOM 树?
或者是否有任何其他库(需要文档;))可以完成此任务?
谢谢,
极限编码器
Is it possible to parse an XSD schema into a JDOM tree?
Or is there any other library (documentation required ;)) that could accomplish this?
Thanks,
ExtremeCoder
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
XSD 是 XML,因此您当然可以将其解析为 JDOM 并按照您的意愿操作它。
这似乎是一个最好由实验学家来回答的问题——为什么不尝试一下看看呢?在您发布问题后的 28 分钟内,您本可以自己回答这个问题。
XSD is XML, so of course you can parse it into JDOM and manipulate it all you'd like.
This seems like a question that's best answered by an experimentalist - why not just try it and see? You could have answered it for yourself in the 28 minutes that have passed since you posted your question.