XSD4J 0.1 review
DownloadXSD4J is a library to parse XML Schema files into a structure of Java objects, convert those back into an XML DOM tree (and hence pla
|
|
XSD4J is a library to parse XML Schema files into a structure of Java objects, convert those back into an XML DOM tree (and hence plain text) again, and allow for performing several queries on the XSD objects.
XSD4J currently supports most real-world features such as simple and complex types, type restrictions and attributes. The aim is to gain high conformance to the XML Schema SE specification without being dependent on other software. In particular, WSGUI inference mechanisms must be implementable easily.
XML Schema constructs are represented by the classes XSDElement, XSDAttribute, XSDSequence, XSDType, XSDRestriction, XSDAnnotation and XSDSchema. Building and handlings objects of the type XSDSchema, which contains all others, happens via XSDParser, XSDDumper and XSDValidator. Some helper classes are included as well. Also, XSD4J contains an internal copy of RegExpInstantiator for convenience.
XSD4J 0.1 search tags