|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CTypeInfo | |
|---|---|
| com.sun.tools.xjc.model | Implementation of the com.sun.xml.bind.v2.model.core package for XJC. |
| com.sun.tools.xjc.reader.xmlschema | |
| Uses of CTypeInfo in com.sun.tools.xjc.model |
|---|
| Subinterfaces of CTypeInfo in com.sun.tools.xjc.model | |
|---|---|
interface |
CClass
Either CClassInfo or CClassRef. |
interface |
CElement
Either CElementInfo, CClassInfo, or CClassRef. |
interface |
CNonElement
NonElement at compile-time. |
| Classes in com.sun.tools.xjc.model that implement CTypeInfo | |
|---|---|
class |
CArrayInfo
Because XJC doesn't generate the array binding, this class will never show up in the model constructed by XJC. |
class |
CBuiltinLeafInfo
Encapsulates the default handling for leaf classes (which are bound to text in XML.) |
class |
CClassInfo
Mutable ClassInfo represenatation. |
class |
CClassRef
Refernece to an existing class. |
class |
CElementInfo
ElementInfo implementation for the compile-time model. |
class |
CEnumLeafInfo
Transducer that converts a string into an "enumeration class." |
class |
CWildcardTypeInfo
CTypeInfo for the DOM node. |
| Methods in com.sun.tools.xjc.model that return CTypeInfo | |
|---|---|
CTypeInfo |
CPropertyInfo.parent()
|
| Methods in com.sun.tools.xjc.model that return types with arguments of type CTypeInfo | |
|---|---|
Set<? extends CTypeInfo> |
CReferencePropertyInfo.ref()
|
abstract Collection<? extends CTypeInfo> |
CPropertyInfo.ref()
|
| Uses of CTypeInfo in com.sun.tools.xjc.reader.xmlschema |
|---|
| Methods in com.sun.tools.xjc.reader.xmlschema that return CTypeInfo | |
|---|---|
CTypeInfo |
ClassSelector.bindToType(com.sun.xml.xsom.XSComponent sc,
com.sun.xml.xsom.XSComponent referer)
Checks if the given component is being mapped to a type. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||