|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CElementInfo | |
---|---|
com.sun.tools.xjc.generator.bean | |
com.sun.tools.xjc.model | Implementation of the com.sun.xml.bind.v2.model.core package for XJC. |
com.sun.tools.xjc.outline | Provides the outline of the generated Java source code so that additional processings (such as adding more annotations) can be done on the generated code. |
com.sun.tools.xjc.reader.xmlschema |
Uses of CElementInfo in com.sun.tools.xjc.generator.bean |
---|
Methods in com.sun.tools.xjc.generator.bean with parameters of type CElementInfo | |
---|---|
com.sun.tools.xjc.generator.bean.ElementOutlineImpl |
BeanGenerator.getElement(CElementInfo ei)
|
Uses of CElementInfo in com.sun.tools.xjc.model |
---|
Methods in com.sun.tools.xjc.model that return CElementInfo | |
---|---|
CElementInfo |
Model.getElementInfo(NClass scope,
javax.xml.namespace.QName name)
|
CElementInfo |
CElementInfo.getSubstitutionHead()
|
Methods in com.sun.tools.xjc.model that return types with arguments of type CElementInfo | |
---|---|
java.lang.Iterable<? extends CElementInfo> |
Model.getAllElements()
|
java.util.Map<javax.xml.namespace.QName,CElementInfo> |
Model.getElementMappings(NClass scope)
|
java.util.Collection<CElementInfo> |
CElementInfo.getSubstitutionMembers()
|
Methods in com.sun.tools.xjc.model with parameters of type CElementInfo | |
---|---|
T |
CClassInfoParent.Visitor.onElement(CElementInfo element)
|
void |
CElementInfo.setSubstitutionHead(CElementInfo substitutionHead)
|
Uses of CElementInfo in com.sun.tools.xjc.outline |
---|
Fields in com.sun.tools.xjc.outline declared as CElementInfo | |
---|---|
CElementInfo |
ElementOutline.target
This ElementOutline holds information about this CElementInfo . |
Methods in com.sun.tools.xjc.outline with parameters of type CElementInfo | |
---|---|
ElementOutline |
Outline.getElement(CElementInfo ei)
If the CElementInfo generates a class,
returns such a class. |
Constructors in com.sun.tools.xjc.outline with parameters of type CElementInfo | |
---|---|
ElementOutline(CElementInfo target,
com.sun.codemodel.JDefinedClass implClass)
|
Uses of CElementInfo in com.sun.tools.xjc.reader.xmlschema |
---|
Fields in com.sun.tools.xjc.reader.xmlschema declared as CElementInfo | |
---|---|
CElementInfo |
RawTypeSetBuilder.CElementInfoRef.target
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |