| Package | Description |
|---|---|
| com.sun.tools.xjc |
Schema to Java compiler
|
| com.sun.tools.xjc.api.impl.s2j |
implementation of the XJC API for schema to java.
|
| com.sun.tools.xjc.generator.bean | |
| com.sun.tools.xjc.model |
Implementation of the
com.sun.xml.bind.v2.model.core package for XJC. |
| com.sun.tools.xjc.outline |
Provides the outline of the generated Java source code so that
additional processing (such as adding more annotations) can be
done on the generated code.
|
| com.sun.tools.xjc.reader |
Front-end that reads schema(s) and produce BGM.
|
| com.sun.tools.xjc.reader.dtd | |
| com.sun.tools.xjc.reader.dtd.bindinfo |
Object Model that represents DTD binding information.
|
| com.sun.tools.xjc.reader.internalizer |
internalization of external binding files and <jaxb:bindings> customizations.
|
| com.sun.tools.xjc.reader.xmlschema | |
| com.sun.tools.xjc.reader.xmlschema.parser | |
| com.sun.tools.xjc.util |
| Modifier and Type | Class | Description |
|---|---|---|
class |
ConsoleErrorReporter |
ErrorReceiver that prints to a PrintStream. |
| Modifier and Type | Method | Description |
|---|---|---|
static Model |
ModelLoader.load(Options opt,
JCodeModel codeModel,
ErrorReceiver er) |
A convenience method to load schemas into a
Model. |
| Constructor | Description |
|---|---|
ModelLoader(Options _opt,
JCodeModel _codeModel,
ErrorReceiver er) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
SchemaCompilerImpl |
SchemaCompiler implementation. |
| Modifier and Type | Method | Description |
|---|---|---|
ErrorReceiver |
BeanGenerator.getErrorReceiver() |
| Modifier and Type | Method | Description |
|---|---|---|
static Outline |
BeanGenerator.generate(Model model,
ErrorReceiver _errorReceiver) |
Generates beans into code model according to the BGM,
and produces the reflection model.
|
| Modifier and Type | Method | Description |
|---|---|---|
Outline |
Model.generateCode(Options opt,
ErrorReceiver receiver) |
Fully-generate the source code into the given model.
|
| Modifier and Type | Method | Description |
|---|---|---|
ErrorReceiver |
Outline.getErrorReceiver() |
Any error during the back-end proccessing should be
sent to this object.
|
| Modifier and Type | Method | Description |
|---|---|---|
static JType |
TypeUtil.getType(JCodeModel codeModel,
java.lang.String typeName,
ErrorReceiver errorHandler,
org.xml.sax.Locator errorSource) |
Obtains a
JType object for the string representation
of a type. |
| Modifier and Type | Method | Description |
|---|---|---|
static Model |
TDTDReader.parse(org.xml.sax.InputSource dtd,
org.xml.sax.InputSource bindingInfo,
ErrorReceiver errorReceiver,
Options opts) |
Parses DTD grammar and a binding information into BGM.
|
| Constructor | Description |
|---|---|
TDTDReader(ErrorReceiver errorReceiver,
Options opts,
org.xml.sax.InputSource _bindInfo) |
| Modifier and Type | Field | Description |
|---|---|---|
protected ErrorReceiver |
BindInfo.errorReceiver |
Controller object that can be used to report errors.
|
| Constructor | Description |
|---|---|
BindInfo(Model model,
org.w3c.dom.Document _dom,
ErrorReceiver _errorReceiver) |
|
BindInfo(Model model,
org.xml.sax.InputSource source,
ErrorReceiver _errorReceiver) |
| Modifier and Type | Method | Description |
|---|---|---|
ErrorReceiver |
DOMForest.getErrorHandler() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
SCDBasedBindingSet.apply(XSSchemaSet schema,
ErrorReceiver errorReceiver) |
Applies the additional binding customizations.
|
boolean |
DOMForest.checkSchemaCorrectness(ErrorReceiver errorHandler) |
Checks the correctness of the XML Schema documents and return true
if it's OK.
|
void |
DOMForest.setErrorHandler(ErrorReceiver errorHandler) |
| Modifier and Type | Method | Description |
|---|---|---|
static Model |
BGMBuilder.build(XSSchemaSet _schemas,
JCodeModel codeModel,
ErrorReceiver _errorReceiver,
Options opts) |
Entry point.
|
| Modifier and Type | Method | Description |
|---|---|---|
static boolean |
SchemaConstraintChecker.check(org.xml.sax.InputSource[] schemas,
ErrorReceiver errorHandler,
org.xml.sax.EntityResolver entityResolver,
boolean disableXmlSecurity) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
ErrorReceiverFilter |
Filter implementation of the ErrorReceiver.
|
| Constructor | Description |
|---|---|
CodeModelClassFactory(ErrorReceiver _errorReceiver) |
Copyright © 2018 Oracle Corporation. All rights reserved.