Top "Xjc" questions

XJC is a JAXB tool for compiling XSD (XML Schema) to Java source code.

Partial-unmarshalling with JAXB

I want do partial unmarshaling of big XML. XML has following structure: <Records> <Contract> ... </Contract&…

xml binding jaxb xjc
JAXB multiple schemas with element reference

I have two schemas which are processed using JAXB. The first schema is preprocessed and information of this is used …

java schema jaxb xjc