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 and Description |
---|---|
NameConverter |
Options.getNameConverter()
Gets the active
NameConverter that shall be used to build Model . |
Modifier and Type | Method and Description |
---|---|
void |
Options.setNameConverter(NameConverter nc,
Plugin owner)
Sets the
NameConverter . |
Modifier and Type | Method and Description |
---|---|
NameConverter |
Model.getNameConverter()
Gets the name converter that shall be used to parse XML names into Java names.
|
Modifier and Type | Method and Description |
---|---|
void |
Model.setNameConverter(NameConverter nameConverter) |
Constructor and Description |
---|
Model(Options opts,
JCodeModel cm,
NameConverter nc,
ClassNameAllocator allocator,
com.sun.xml.xsom.XSSchemaSet schemaComponent) |
Modifier and Type | Method and Description |
---|---|
NameConverter |
BGMBuilder.getNameConverter()
Name converter that implements "
XML -> Java name conversion"
as specified in the spec. |
Modifier and Type | Field and Description |
---|---|
NameConverter |
BIGlobalBinding.nameConverter
Gets the name converter that will govern the
XML -> Java
name conversion process for this compilation. |
Modifier and Type | Class and Description |
---|---|
static class |
NameConverter.Standard |
Modifier and Type | Field and 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 JBoss by Red Hat. All rights reserved.