Package | Description |
---|---|
com.sun.tools.xjc |
Schema to Java compiler
|
com.sun.tools.xjc.addon.accessors | |
com.sun.tools.xjc.addon.at_generated | |
com.sun.tools.xjc.addon.code_injector | |
com.sun.tools.xjc.addon.episode | |
com.sun.tools.xjc.addon.locator | |
com.sun.tools.xjc.addon.sync | |
com.sun.tools.xjc.api |
API for programmatic invocation of XJC and schemagen.
|
com.sun.tools.xjc.api.impl.s2j |
implementation of the XJC API for schema to java.
|
com.sun.tools.xjc.model |
Implementation of the
com.sun.xml.bind.v2.model.core package for XJC. |
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.internalizer |
internalization of external binding files and <jaxb:bindings> customizations.
|
com.sun.tools.xjc.reader.relaxng | |
com.sun.tools.xjc.reader.xmlschema | |
com.sun.tools.xjc.reader.xmlschema.bindinfo |
Object Model that represents customization declarations.
|
Modifier and Type | Field and Description |
---|---|
Options |
XJCBase.options |
Modifier and Type | Method and Description |
---|---|
Options |
BadCommandLineException.getOptions()
Gets the partly parsed option object, if any.
|
Modifier and Type | Method and Description |
---|---|
void |
BadCommandLineException.initOptions(Options opt) |
static Model |
ModelLoader.load(Options opt,
JCodeModel codeModel,
ErrorReceiver er)
A convenience method to load schemas into a
Model . |
void |
Plugin.onActivated(Options opts)
Notifies a plugin that it's activated.
|
int |
Plugin.parseArgument(Options opt,
String[] args,
int i)
Parses an option
args[i] and augment
the opt object appropriately, then return
the number of tokens consumed. |
abstract boolean |
Plugin.run(Outline outline,
Options opt,
ErrorHandler errorHandler)
Run the add-on.
|
static void |
Driver.usage(Options opts,
boolean privateUsage)
Prints the usage screen and exits the process.
|
Constructor and Description |
---|
ModelLoader(Options _opt,
JCodeModel _codeModel,
ErrorReceiver er) |
Modifier and Type | Method and Description |
---|---|
int |
PluginImpl.parseArgument(Options opt,
String[] args,
int i) |
boolean |
PluginImpl.run(Outline model,
Options opt,
ErrorHandler errorHandler) |
Modifier and Type | Method and Description |
---|---|
boolean |
PluginImpl.run(Outline model,
Options opt,
ErrorHandler errorHandler) |
Modifier and Type | Method and Description |
---|---|
boolean |
PluginImpl.run(Outline model,
Options opt,
ErrorHandler errorHandler) |
Modifier and Type | Method and Description |
---|---|
int |
PluginImpl.parseArgument(Options opt,
String[] args,
int i) |
boolean |
PluginImpl.run(Outline model,
Options opt,
ErrorHandler errorHandler)
Capture all the generated classes from global schema components
and generate them in an episode file.
|
Modifier and Type | Method and Description |
---|---|
int |
SourceLocationAddOn.parseArgument(Options opt,
String[] args,
int i) |
boolean |
SourceLocationAddOn.run(Outline outline,
Options opt,
ErrorHandler errorHandler) |
Modifier and Type | Method and Description |
---|---|
int |
SynchronizedMethodAddOn.parseArgument(Options opt,
String[] args,
int i) |
boolean |
SynchronizedMethodAddOn.run(Outline model,
Options opt,
ErrorHandler errorHandler) |
Modifier and Type | Method and Description |
---|---|
Options |
SchemaCompiler.getOptions()
Deprecated.
This method is not really "deprecated" (in the sense of being removed
from future versions), but the JAXB team is not committed to evolve
Options class in the compatible fashion. So please don't
use this method unless you know what you're doing. |
Modifier and Type | Field and Description |
---|---|
protected Options |
SchemaCompilerImpl.opts |
Modifier and Type | Method and Description |
---|---|
Options |
SchemaCompilerImpl.getOptions() |
Modifier and Type | Field and Description |
---|---|
Options |
Model.options
Command-line options used for building this model.
|
Modifier and Type | Method and Description |
---|---|
Outline |
Model.generateCode(Options opt,
ErrorReceiver receiver)
Fully-generate the source code into the given model.
|
Constructor and Description |
---|
Model(Options opts,
JCodeModel cm,
NameConverter nc,
ClassNameAllocator allocator,
com.sun.xml.xsom.XSSchemaSet schemaComponent) |
Constructor and Description |
---|
AbstractExtensionBindingChecker(String schemaLanguage,
Options options,
ErrorHandler handler) |
ExtensionBindingChecker(String schemaLanguage,
Options options,
ErrorHandler handler) |
Modifier and Type | Method and Description |
---|---|
static Model |
TDTDReader.parse(InputSource dtd,
InputSource bindingInfo,
ErrorReceiver errorReceiver,
Options opts)
Parses DTD grammar and a binding information into BGM.
|
Constructor and Description |
---|
TDTDReader(ErrorReceiver errorReceiver,
Options opts,
InputSource _bindInfo) |
Constructor and Description |
---|
DOMForest(InternalizationLogic logic,
Options opt) |
Modifier and Type | Method and Description |
---|---|
static Model |
RELAXNGCompiler.build(DPattern grammar,
JCodeModel codeModel,
Options opts) |
Constructor and Description |
---|
RELAXNGCompiler(DPattern grammar,
JCodeModel codeModel,
Options opts) |
Modifier and Type | Method and Description |
---|---|
static Model |
BGMBuilder.build(com.sun.xml.xsom.XSSchemaSet _schemas,
JCodeModel codeModel,
ErrorReceiver _errorReceiver,
Options opts)
Entry point.
|
Constructor and Description |
---|
AnnotationParserFactoryImpl(Options opts) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.