Package | Description |
---|---|
com.sun.tools.xjc |
Schema to Java compiler
|
com.sun.tools.xjc.model |
Implementation of the
com.sun.xml.bind.v2.model.core package for XJC. |
com.sun.tools.xjc.reader.xmlschema | |
com.sun.tools.xjc.reader.xmlschema.bindinfo |
Object Model that represents customization declarations.
|
com.sun.xml.bind.api.impl |
Modifier and Type | Method | Description |
---|---|---|
NameConverter |
Options.getNameConverter() |
Gets the active
NameConverter that shall be used to build Model . |
Modifier and Type | Method | Description |
---|---|---|
void |
Options.setNameConverter(NameConverter nc,
Plugin owner) |
Sets the
NameConverter . |
Modifier and Type | Method | Description |
---|---|---|
NameConverter |
Model.getNameConverter() |
Gets the name converter that shall be used to parse XML names into Java names.
|
Modifier and Type | Method | Description |
---|---|---|
void |
Model.setNameConverter(NameConverter nameConverter) |
Constructor | Description |
---|---|
Model(Options opts,
JCodeModel cm,
NameConverter nc,
ClassNameAllocator allocator,
XSSchemaSet schemaComponent) |
Modifier and Type | Method | Description |
---|---|---|
NameConverter |
BGMBuilder.getNameConverter() |
Name converter that implements "
XML -> Java name conversion"
as specified in the spec. |
Modifier and Type | Field | Description |
---|---|---|
NameConverter |
BIGlobalBinding.nameConverter |
Gets the name converter that will govern the
XML -> Java
name conversion process for this compilation. |
Modifier and Type | Class | Description |
---|---|---|
static class |
NameConverter.Standard |
Modifier and Type | Field | Description |
---|---|---|
static NameConverter |
NameConverter.jaxrpcCompatible |
JAX-PRC compatible name converter implementation.
|
static NameConverter |
NameConverter.smart |
Smarter converter used for RELAX NG support.
|
static NameConverter |
NameConverter.standard |
The name converter implemented by Code Model.
|
Copyright © 2018 Oracle Corporation. All rights reserved.