|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Options | |
---|---|
com.sun.tools.xjc | Schema to Java compiler |
com.sun.tools.xjc.addon.at_generated | |
com.sun.tools.xjc.addon.code_injector | |
com.sun.tools.xjc.addon.locator | |
com.sun.tools.xjc.addon.sync | |
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.relaxng | |
com.sun.tools.xjc.reader.xmlschema | |
com.sun.tools.xjc.reader.xmlschema.bindinfo | Object Model that represents customization declarations. |
Uses of Options in com.sun.tools.xjc |
---|
Subclasses of Options in com.sun.tools.xjc | |
---|---|
(package private) static class |
Driver.OptionsEx
Command-line arguments processor. |
Methods in com.sun.tools.xjc with parameters of type Options | |
---|---|
static Model |
ModelLoader.load(Options opt,
com.sun.codemodel.JCodeModel codeModel,
ErrorReceiver er)
A convenience method to load schemas into a BGM. |
int |
Plugin.parseArgument(Options opt,
java.lang.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,
org.xml.sax.ErrorHandler errorHandler)
Run the add-on. |
Constructors in com.sun.tools.xjc with parameters of type Options | |
---|---|
ModelLoader(Options _opt,
com.sun.codemodel.JCodeModel _codeModel,
ErrorReceiver er)
|
Uses of Options in com.sun.tools.xjc.addon.at_generated |
---|
Methods in com.sun.tools.xjc.addon.at_generated with parameters of type Options | |
---|---|
boolean |
PluginImpl.run(Outline model,
Options opt,
org.xml.sax.ErrorHandler errorHandler)
|
Uses of Options in com.sun.tools.xjc.addon.code_injector |
---|
Methods in com.sun.tools.xjc.addon.code_injector with parameters of type Options | |
---|---|
boolean |
PluginImpl.run(Outline model,
Options opt,
org.xml.sax.ErrorHandler errorHandler)
|
Uses of Options in com.sun.tools.xjc.addon.locator |
---|
Methods in com.sun.tools.xjc.addon.locator with parameters of type Options | |
---|---|
int |
SourceLocationAddOn.parseArgument(Options opt,
java.lang.String[] args,
int i)
|
boolean |
SourceLocationAddOn.run(Outline outline,
Options opt,
org.xml.sax.ErrorHandler errorHandler)
|
Uses of Options in com.sun.tools.xjc.addon.sync |
---|
Methods in com.sun.tools.xjc.addon.sync with parameters of type Options | |
---|---|
int |
SynchronizedMethodAddOn.parseArgument(Options opt,
java.lang.String[] args,
int i)
|
boolean |
SynchronizedMethodAddOn.run(Outline model,
Options opt,
org.xml.sax.ErrorHandler errorHandler)
|
Uses of Options in com.sun.tools.xjc.api.impl.s2j |
---|
Fields in com.sun.tools.xjc.api.impl.s2j declared as Options | |
---|---|
protected Options |
SchemaCompilerImpl.opts
|
Uses of Options in com.sun.tools.xjc.model |
---|
Fields in com.sun.tools.xjc.model declared as Options | |
---|---|
Options |
Model.options
Command-line options used for building this model. |
Methods in com.sun.tools.xjc.model with parameters of type Options | |
---|---|
Outline |
Model.generateCode(Options opt,
ErrorReceiver receiver)
Fully-generate the source code into the given model. |
Constructors in com.sun.tools.xjc.model with parameters of type Options | |
---|---|
Model(Options opts,
com.sun.codemodel.JCodeModel cm,
com.sun.xml.bind.api.impl.NameConverter nc,
ClassNameAllocator allocator)
|
Uses of Options in com.sun.tools.xjc.reader |
---|
Constructors in com.sun.tools.xjc.reader with parameters of type Options | |
---|---|
ExtensionBindingChecker(java.lang.String schemaLanguage,
Options options,
org.xml.sax.ErrorHandler handler)
|
Uses of Options in com.sun.tools.xjc.reader.dtd |
---|
Methods in com.sun.tools.xjc.reader.dtd with parameters of type Options | |
---|---|
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. |
Constructors in com.sun.tools.xjc.reader.dtd with parameters of type Options | |
---|---|
TDTDReader(ErrorReceiver errorReceiver,
org.xml.sax.EntityResolver entityResolver,
Options opts,
org.xml.sax.InputSource _bindInfo)
|
Uses of Options in com.sun.tools.xjc.reader.relaxng |
---|
Fields in com.sun.tools.xjc.reader.relaxng declared as Options | |
---|---|
(package private) Options |
RELAXNGCompiler.opts
|
Methods in com.sun.tools.xjc.reader.relaxng with parameters of type Options | |
---|---|
static Model |
RELAXNGCompiler.build(org.kohsuke.rngom.digested.DPattern grammar,
com.sun.codemodel.JCodeModel codeModel,
Options opts)
|
Constructors in com.sun.tools.xjc.reader.relaxng with parameters of type Options | |
---|---|
RELAXNGCompiler(org.kohsuke.rngom.digested.DPattern grammar,
com.sun.codemodel.JCodeModel codeModel,
Options opts)
|
Uses of Options in com.sun.tools.xjc.reader.xmlschema |
---|
Methods in com.sun.tools.xjc.reader.xmlschema with parameters of type Options | |
---|---|
static Model |
BGMBuilder.build(com.sun.xml.xsom.XSSchemaSet _schemas,
com.sun.codemodel.JCodeModel codeModel,
ErrorReceiver _errorReceiver,
Options opts)
Entry point. |
Uses of Options in com.sun.tools.xjc.reader.xmlschema.bindinfo |
---|
Constructors in com.sun.tools.xjc.reader.xmlschema.bindinfo with parameters of type Options | |
---|---|
AnnotationParserFactoryImpl(Options opts)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |