I tried to use XSSchemaSet, but I can iterates all the top-level component in the set only using iterateAttGroupDecls(), iterateAttributeDecls()
iterateComplexTypes(), iterateElementDecls()... and such APIs. I could access to the lower-level components.
I'm looking for something like...
Hi,
I'm using Java to develop a XML-related application. One thing I need to do is that, given a XML Schema, I need to find all the element names and their types, attributes and types of attributes.
For example, if the given schema is
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.