| ErrorReceiver | Implemented by the driver of the compiler engine to handle errors found during the compiliation. | code | html |
| Plugin | Add-on that works on the generated source code. | code | html |
| XJCListener | Call-back interface that can be implemented by the caller of Driver to receive output from XJC. | code | html |
| Language | Type of the schema language. | code | html |
| AbortException | Signals the abortion of the compilation. | code | html |
| BadCommandLineException | Signals a bad command line argument. | code | html |
| ConsoleErrorReporter | ErrorReceiver that prints to a PrintStream . | code | html |
| Messages | Formats error messages. | code | html |
| ModelLoader | Builds a Model object. | code | html |
| ModelLoader.SpeculationChecker | code | html | |
| ModelLoader.SpeculationFailure | code | html | |
| ModelLoader.XMLSchemaParser | XMLParser implementation that adds additional processors into the chain. | code | html |
| Options | Global options. | code | html |
| ProgressCodeWriter | CodeWriter that reports progress to XJCListener . | code | html |
| SchemaCache | Wraps a JAXP Schema object and lazily instanciate it. | code | html |