I need to write in Java. Is there any sample code available in this regard?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
You could use Apache XmlSchema library (http://ws.apache.org/commons/xmlschema14). The idea is to create the instance of XmlSchema class that represents your schema:
and use it to obtain information about elements and types specified by your schema. You could for instance enlist all element names:
|
|||
|
|