|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CNonElement | |
---|---|
com.sun.tools.xjc.model | Implementation of the com.sun.xml.bind.v2.model.core package for XJC. |
Uses of CNonElement in com.sun.tools.xjc.model |
---|
Classes in com.sun.tools.xjc.model that implement CNonElement | |
---|---|
class |
CArrayInfo
TODO: Because s2j doesn't generate the array binding, this is unnecessary. |
class |
CBuiltinLeafInfo
Encapsulates the default handling for leaf classes (which are bound to text in XML.) In particular this class knows how to convert the lexical value into the Java class according to this default rule. |
class |
CClassInfo
Mutable ClassInfo represenatation. |
class |
CEnumLeafInfo
Transducer that converts a string into an "enumeration class." The structure of the generated class needs to precisely follow the JAXB spec. |
Fields in com.sun.tools.xjc.model declared as CNonElement | |
---|---|
CNonElement |
CEnumLeafInfo.base
Represents the underlying type of this enumeration and its conversion. |
Methods in com.sun.tools.xjc.model that return CNonElement | |
---|---|
CNonElement |
CElementInfo.getContentType()
|
CNonElement |
CArrayInfo.getItemType()
|
CNonElement |
CSingleTypePropertyInfo.getTarget()
|
CNonElement |
CTypeRef.getTarget()
|
CNonElement |
Model.getTypeInfo(NType type)
|
CNonElement |
Model.getTypeInfo(com.sun.xml.bind.v2.model.core.Ref<NType,NClass> ref)
|
Methods in com.sun.tools.xjc.model that return types with arguments of type CNonElement | |
---|---|
java.util.List<CNonElement> |
CElementPropertyInfo.ref()
|
Constructors in com.sun.tools.xjc.model with parameters of type CNonElement | |
---|---|
CArrayInfo(Model model,
CNonElement itemType,
com.sun.xml.xsom.XSComponent source,
CCustomizations customizations)
|
|
CEnumLeafInfo(Model model,
javax.xml.namespace.QName typeName,
CClassInfoParent container,
java.lang.String shortName,
CNonElement base,
java.util.Collection<CEnumConstant> _members,
com.sun.xml.xsom.XSComponent source,
CCustomizations customizations,
org.xml.sax.Locator _sourceLocator)
|
|
CTypeRef(CNonElement type,
javax.xml.namespace.QName elementName,
boolean nillable,
com.sun.xml.xsom.XmlString defaultValue)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |