| Package | Description |
|---|---|
| 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.xmlschema | |
| com.sun.tools.xjc.reader.xmlschema.bindinfo |
Object Model that represents customization declarations.
|
| Modifier and Type | Method | Description |
|---|---|---|
V |
CPropertyVisitor.onReference(CReferencePropertyInfo p) |
|
R |
CPropertyVisitor2.visit(CReferencePropertyInfo t,
P p) |
Visits a CReferencePropertyInfo type.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
RawTypeSet.addTo(CReferencePropertyInfo prop) |
|
protected abstract void |
RawTypeSet.Ref.toElementRef(CReferencePropertyInfo prop) |
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
RawTypeSetBuilder.CClassRef.toElementRef(CReferencePropertyInfo prop) |
|
protected void |
RawTypeSetBuilder.CElementInfoRef.toElementRef(CReferencePropertyInfo prop) |
|
protected void |
RawTypeSetBuilder.WildcardRef.toElementRef(CReferencePropertyInfo prop) |
|
protected void |
RawTypeSetBuilder.XmlTypeRef.toElementRef(CReferencePropertyInfo prop) |
The whole type set can be later bound to a reference property,
in which case we need to generate additional code to wrap this
type reference into an element class.
|
| Modifier and Type | Method | Description |
|---|---|---|
CReferencePropertyInfo |
BIProperty.createContentExtendedMixedReferenceProperty(java.lang.String defaultName,
XSComponent source,
RawTypeSet types) |
|
CReferencePropertyInfo |
BIProperty.createDummyExtendedMixedReferenceProperty(java.lang.String defaultName,
XSComponent source,
RawTypeSet types) |
|
CReferencePropertyInfo |
BIProperty.createReferenceProperty(java.lang.String defaultName,
boolean forConstant,
XSComponent source,
RawTypeSet types,
boolean isMixed,
boolean dummy,
boolean content,
boolean isMixedExtended) |
Copyright © 2017 Oracle Corporation. All rights reserved.