Uses of Interface
com.sun.tools.xjc.model.CElement

Packages that use CElement
com.sun.tools.xjc.api.impl.s2j implementation of the XJC API for schema to java. 
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 CElement in com.sun.tools.xjc.api.impl.s2j
 

Classes in com.sun.tools.xjc.api.impl.s2j with type parameters of type CElement
(package private)  class AbstractMappingImpl<InfoT extends CElement>
          Partial common implementation between ElementMappingImpl and BeanMappingImpl
 

Fields in com.sun.tools.xjc.api.impl.s2j declared as CElement
protected  InfoT AbstractMappingImpl.clazz
           
 

Uses of CElement in com.sun.tools.xjc.model
 

Subinterfaces of CElement in com.sun.tools.xjc.model
 interface CClass
          Either CClassInfo or CClassRef.
 

Classes in com.sun.tools.xjc.model that implement CElement
(package private)  class AbstractCElement
          Partial default implementation of CElement.
 class CClassInfo
          Mutable ClassInfo represenatation.
 class CClassRef
          Refernece to an existing class.
 class CElementInfo
          ElementInfo implementation for the compile-time model.
 

Methods in com.sun.tools.xjc.model that return CElement
 CElement CClassRef.getSubstitutionHead()
           
 

Methods in com.sun.tools.xjc.model that return types with arguments of type CElement
 Set<CElement> CReferencePropertyInfo.getElements()
           
 

Uses of CElement in com.sun.tools.xjc.reader.xmlschema
 

Methods in com.sun.tools.xjc.reader.xmlschema that return CElement
 CElement ClassBinderFilter.annotation(XSAnnotation xsAnnotation)
           
 CElement ClassBinderFilter.attGroupDecl(XSAttGroupDecl xsAttGroupDecl)
           
 CElement DefaultClassBinder.attGroupDecl(XSAttGroupDecl decl)
           
 CElement ClassBinderFilter.attributeDecl(XSAttributeDecl xsAttributeDecl)
           
 CElement DefaultClassBinder.attributeDecl(XSAttributeDecl decl)
           
 CElement ClassBinderFilter.attributeUse(XSAttributeUse xsAttributeUse)
           
 CElement ClassSelector.bindToType(XSElementDecl e, XSComponent referer)
           
 CElement ClassBinderFilter.complexType(XSComplexType xsComplexType)
           
 CElement DefaultClassBinder.complexType(XSComplexType type)
           
 CElement Abstractifier.complexType(XSComplexType xs)
           
 CElement ClassBinderFilter.elementDecl(XSElementDecl xsElementDecl)
           
 CElement DefaultClassBinder.elementDecl(XSElementDecl decl)
           
 CElement Abstractifier.elementDecl(XSElementDecl xs)
           
 CElement ClassBinderFilter.empty(XSContentType xsContentType)
           
 CElement ClassBinderFilter.facet(XSFacet xsFacet)
           
 CElement ClassBinderFilter.identityConstraint(XSIdentityConstraint xsIdentityConstraint)
           
 CElement ClassSelector.isBound(XSElementDecl x, XSComponent referer)
          Checks if the given component is bound to a class.
 CElement ClassBinderFilter.modelGroup(XSModelGroup xsModelGroup)
           
 CElement DefaultClassBinder.modelGroup(XSModelGroup mgroup)
           
 CElement ClassBinderFilter.modelGroupDecl(XSModelGroupDecl xsModelGroupDecl)
           
 CElement DefaultClassBinder.modelGroupDecl(XSModelGroupDecl decl)
           
 CElement ClassBinderFilter.notation(XSNotation xsNotation)
           
 CElement ClassBinderFilter.particle(XSParticle xsParticle)
           
 CElement ClassBinderFilter.schema(XSSchema xsSchema)
           
 CElement ClassBinderFilter.simpleType(XSSimpleType xsSimpleType)
           
 CElement DefaultClassBinder.simpleType(XSSimpleType type)
           
 CElement ClassBinderFilter.wildcard(XSWildcard xsWildcard)
           
 CElement ClassBinderFilter.xpath(XSXPath xsxPath)
           
 

Methods in com.sun.tools.xjc.reader.xmlschema with parameters of type CElement
 void ClassSelector.queueBuild(XSComponent sc, CElement bean)